Skip to main content

BinaryCache

Type Alias BinaryCache 

Source
pub(crate) type BinaryCache = hb_cache_core_t<KEY_BITS, VALUE_BITS, CACHE_SIZE, <() as SelectAtomic<STORAGE_BITS>>::Type>;

Aliased Type§

pub(crate) struct BinaryCache {
    values: [Atomic<u8>; 256],
}

Fields§

§values: [Atomic<u8>; 256]