dualhashkey

Crates.iodualhashkey
lib.rsdualhashkey
version0.1.1
sourcesrc
created_at2023-12-16 17:58:17.268116
updated_at2023-12-16 19:21:44.409579
descriptionAn implementation of a 64-bit Dual-Hash-Key, strongly inspired by the Linux kernels dcache hashes.
homepagehttps://github.com/Longor1996/dualhashkey
repositoryhttps://github.com/Longor1996/dualhashkey
max_upload_size
id1071901
size10,188
Lars Longor K (Longor1996)

documentation

README

DualHashKey

An implementation of a 64-bit Dual-Hash-Key, strongly inspired by the Linux kernels dcache hashes.

The primary use-case is to use it as key-type for an ordered collection, implicitely making the collection hierarchical thru the DHK, allowing to quickly find subkeys and permit range queries.

TODO: More README

Commit count: 5

cargo fmt