+1
-1
ufos/fuzz/fuzz_targets/counts_value.rs
+1
-1
ufos/fuzz/fuzz_targets/counts_value.rs
···
+9
ufos/src/db_types.rs
+9
ufos/src/db_types.rs
···impl<P: DbBytes + std::fmt::Debug, S: DbBytes + std::fmt::Debug> fmt::Debug for DbConcat<P, S> {
+71
-25
ufos/src/lib.rs
+71
-25
ufos/src/lib.rs
························
+5
-3
ufos/src/server.rs
+5
-3
ufos/src/server.rs
············
+66
-62
ufos/src/storage_fjall.rs
+66
-62
ufos/src/storage_fjall.rs
···use crate::storage::{StorageResult, StorageWhatever, StoreBackground, StoreReader, StoreWriter};···············+batch.remove(&self.rollups, &old_k); // TODO: when fjall gets weak delete, this will hopefully work way better+batch.remove(&self.rollups, &old_k); // TODO: when fjall gets weak delete, this will hopefully work way better······
+12
-5
ufos/src/storage_mem.rs
+12
-5
ufos/src/storage_mem.rs
···use crate::storage::{StorageResult, StorageWhatever, StoreBackground, StoreReader, StoreWriter};············
+39
-23
ufos/src/store_types.rs
+39
-23
ufos/src/store_types.rs
···············