1 2 3 4 5 6 7
pub use simd_r_drive_entry_handle::constants::*; /// Marker indicating a logically deleted entry in the storage pub const NULL_BYTE: [u8; 1] = [0]; /// Stream copy chunk size. pub const WRITE_STREAM_BUFFER_SIZE: usize = 64 * 1024; // 64 KB