Crates.io | concurrent-interner |
lib.rs | concurrent-interner |
version | 0.1.0 |
source | src |
created_at | 2022-07-03 11:57:21.614758 |
updated_at | 2022-07-03 11:57:21.614758 |
description | A string interner usable from multiple threads. |
homepage | |
repository | |
max_upload_size | |
id | 618314 |
size | 77,251 |
Request for help: I am looking for someone experienced with unsafe Rust to audit the unsafe code. It is MIRI clean as far as I can tell, but MIRI take a very long time to run, making it unsuitable for CI.
This crate provides an string interner which is safe to use from multiple threads. You can think of it as the mash up of a concurrent hash map and a single-threaded interner.
Documentation: