[go: up one dir, main page]

chashmap 0.1.1

Fast, concurrent hash maps with extensive API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "chashmap"
version = "0.1.1"
authors = ["ticki <Ticki@users.noreply.github.com>"]
description = "Fast, concurrent hash maps with extensive API."
repository = "https://github.com/ticki/tfs"
documentation = "https://docs.rs/chashmap"
license = "MIT"
keywords = ["hashmap", "concurrent", "multithreaded", "lock", "map"]
exclude = ["target", "Cargo.lock"]

[dependencies]
parking_lot = "0"
owning_ref = "0"