Crates.io | odht |
lib.rs | odht |
version | 0.3.1 |
source | src |
created_at | 2021-07-20 09:55:39.803316 |
updated_at | 2021-10-29 15:54:05.01832 |
description | A Rust crate for hash tables that can be mapped from disk into memory without the need for up-front decoding. |
homepage | |
repository | https://github.com/rust-lang/odht |
max_upload_size | |
id | 425064 |
size | 92,453 |
A Rust crate for hash tables that can be mapped from disk into memory without the need for up-front decoding. The goal of the implementation is to provide a data structure that
HashMap
from Rust's standard library,This crate is developed and maintained by the Rust compiler team for internal use within rustc
.
This crate will have regular breaking changes and provides no stability guarantees.