global: snapshot

This commit is contained in:
nym21
2026-03-10 14:34:06 +01:00
parent ed0c9ade1a
commit db1dce0f3b
2 changed files with 2 additions and 2 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.emptyaddressindex;
let empty_index = &computer.distribution.empty_address_index;
println!(
"\nemptyaddressindex (LazyVecFrom1) len: {}",
empty_index.len()