global: snapshot

This commit is contained in:
nym21
2026-03-10 23:24:18 +01:00
parent 6a728a3357
commit c5d63b3090
75 changed files with 873 additions and 791 deletions

View File

@@ -28,7 +28,7 @@ pub fn main() -> Result<()> {
println!("Time for BytesVec write_json: {:?}", start.elapsed());
// Test emptyaddressindex (LazyVecFrom1 wrapper) - computed access
let empty_index = &computer.distribution.empty_address_index;
let empty_index = &computer.distribution.addresses.empty_index;
println!(
"\nemptyaddressindex (LazyVecFrom1) len: {}",
empty_index.len()