Module reader

Source

Structs§

BloomFilterMetaReader 🔒
BloomFilterMetaReader reads the metadata of the bloom filter.
BloomFilterReaderImpl
BloomFilterReaderImpl reads the bloom filter from the file.

Constants§

BLOOM_META_LEN_SIZE 🔒
Minimum size of the bloom filter, which is the size of the length of the bloom filter.
DEFAULT_PREFETCH_SIZE
Default prefetch size of bloom filter meta.

Traits§

BloomFilterReader
BloomFilterReader reads the bloom filter from the file.

Functions§

bytes_to_u64_vec
Safely converts bytes to Vec using bytemuck for optimal performance. Faster than chunking and converting each piece individually.