Replace that POS defrag, update Algo names, fix tests, rework initial

algo.
This commit is contained in:
Olivia Brooks
2026-01-21 11:07:09 -05:00
parent d71f6fd8d8
commit 5bca12406b
6 changed files with 152 additions and 122 deletions

View File

@@ -3,6 +3,8 @@ use super::{Domain, Stage};
use serde::{Deserialize, Serialize};
/// A map for data stored in memory for processing and saving to disk.
// derived Ord impl *should* use self.domain.start to sort? Not sure.
// Use `sort_by_key()` to be safe.
#[derive(Clone, Copy, Debug, Serialize, Deserialize, PartialEq, Eq, PartialOrd, Ord)]
pub struct Cluster {
pub domain: Domain,