mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-29 19:58:10 -07:00
store: faster everything
This commit is contained in:
@@ -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)?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user