computer: init lazy/eager

This commit is contained in:
nym21
2025-04-23 22:36:10 +02:00
parent 0a789fe551
commit 5ab6197356
22 changed files with 405 additions and 382 deletions

View File

@@ -5,15 +5,15 @@ use brk_fetcher::Fetcher;
use brk_indexer::Indexer;
use brk_vec::{AnyStoredVec, Compressed};
pub mod base;
pub mod blocks;
pub mod grouped;
pub mod indexes;
pub mod marketprice;
pub mod transactions;
pub mod vec;
use base::*;
use indexes::*;
pub use indexes::*;
pub use vec::*;
#[derive(Clone)]
pub struct Vecs {