Crates.io | dualhashkey |
lib.rs | dualhashkey |
version | 0.1.1 |
source | src |
created_at | 2023-12-16 17:58:17.268116 |
updated_at | 2023-12-16 19:21:44.409579 |
description | An implementation of a 64-bit Dual-Hash-Key, strongly inspired by the Linux kernels dcache hashes. |
homepage | https://github.com/Longor1996/dualhashkey |
repository | https://github.com/Longor1996/dualhashkey |
max_upload_size | |
id | 1071901 |
size | 10,188 |
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