mutils.container.hash_set_simd

Undocumented in source.

Members

Aliases

firstSetBit
alias firstSetBit = bsr
Undocumented in source.

Functions

benchmarkHashSetInt
void benchmarkHashSetInt()
Undocumented in source. Be warned that the author may not have intended to support it.
benchmarkHashSetPerformancePerElement
void benchmarkHashSetPerformancePerElement()
Undocumented in source. Be warned that the author may not have intended to support it.
defaultHashFunc
size_t defaultHashFunc(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
firstSetBit
int firstSetBit(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
hashInt
ulong hashInt(ulong x)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Control
struct Control
Undocumented in source.
Hash
struct Hash
Undocumented in source.
HashSet
struct HashSet(T, alias hashFunc = defaultHashFunc, ADV...)
Undocumented in source.

Variables

emptyMask
enum ushort emptyMask;
Undocumented in source.
hashMask
enum ushort hashMask;
Undocumented in source.
neverUsedMask
enum ushort neverUsedMask;
Undocumented in source.

Meta