computer: trying the new stateful

This commit is contained in:
nym21
2025-12-16 21:59:13 +01:00
parent 1ad8d8a631
commit 4b2ada14a0
74 changed files with 1896 additions and 1841 deletions
@@ -83,7 +83,6 @@ impl PricePercentiles {
.position(|&p| p == percentile)
.and_then(|i| self.vecs[i].as_ref())
}
}
impl Flushable for PricePercentiles {