Improved cache memory layout
This commit is contained in:
@@ -22,6 +22,7 @@ use std::ops::Deref;
|
||||
Hash,
|
||||
)]
|
||||
#[rkyv(compare(PartialEq), derive(Debug))]
|
||||
#[repr(transparent)]
|
||||
pub struct Bitmap<T: BitmapItem> {
|
||||
pub bitmap: u64,
|
||||
#[serde(skip)]
|
||||
|
||||
Reference in New Issue
Block a user