lib.rs
odht
In order to use the hash table one needs to implement the Config trait. This trait defines how the table is encoded and what hash function is used. With a Config in place the HashTableOwned type can be used to build and serialize a hash table. The HashTable type can then be used to create an almost zero-cost view of the serialized hash table.
Indexmap
A raw hash table of key-value indices, and a vector of key-value pairs. Iteration is very fast since it is on the dense key-values. Removal is fast since it moves memory areas only in the table, and uses a single swap in the vector. Lookup is fast-ish because the initial 7-bit hash lookup uses SIMD, and indices are densely stored.
HashTable
Hash Table | Rust/Cargo package. See also: indexmap, griddle, phf, multihash, phf_codegen, ipfs-embed, multihash-codetable, kun_peng, supply-chain-trust-example-crate-000019, odht, prehash Lib.rs is an unofficial list of Rust/Cargo crates, created by kornelski.It contains data from multiple sources, including heuristics, and manually curated data. ...
hash-table-id
See also: sthash, hashbrown, conhash, xxhrs, vecmap-rs, indexmap, weak-table, moka, jni, spaghettinuum, j4rs Lib.rs is an unofficial list of Rust/Cargo crates, created by kornelski.It contains data from multiple sources, including heuristics, and manually curated data.Content of this page is not necessarily endorsed by the authors of the crate. This site is not affiliated with nor endorsed by ...