Functions§
- get_
char_ column_ simd - Optimized character column calculation with SIMD, finding the last newline character’s index
- get_map
- Returns a new
RapidMapwith default values. - get_set
- Returns a new
RapidSetwith default values (arapidhash::RapidHashSet). - hash_
bytes - Computes a hash for a byte slice using
rapidhash. - hash_
bytes_ with_ seed - Computes a hash for a byte slice using
rapidhashwith a specified seed. - hash_
file - Computes a hash for a
std::fs::Fileobject usingrapidhash. - hash_
file_ with_ seed - Computes a hash for a
std::fs::Fileobject usingrapidhashwith a specified seed. - is_
ascii_ simd - map_
with_ capacity - Creates a new
RapidMapwith the specified capacity; returning the initialized map for use. - set_
with_ capacity - Creates a new
RapidInlineHashSetwith the specified capacity; returning the initialized set for use.
Type Aliases§
- Rapid
Inline Hasher - A
std::hash::Hasherinspired bycrate::v3::rapidhash_v3with a focus on speed and throughput. - Rapid
Map - A type alias for
[rapidhash::RapidHashMap]. - Rapid
Set - A type alias for
[rapidhash::RapidHashSet].