store: faster everything

This commit is contained in:
nym21
2025-10-20 11:33:48 +02:00
parent e9f6295014
commit 33a92cfad4
7 changed files with 62 additions and 131 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
use std::path::Path;
// use std::path::Path;
use brk_error::Result;
fn main() -> Result<()> {
let p = Path::new("./examples/_fjall");
// let p = Path::new("./examples/_fjall");
// let _keyspace = brk_store::open_keyspace(p)?;