#hash-map #map

flurry

Rust port of Java's ConcurrentHashMap

10 releases (5 breaking)

new 0.5.1 Apr 21, 2024
0.5.0 Feb 11, 2024
0.4.0 Feb 26, 2022
0.3.1 Aug 28, 2020
0.0.2 Jan 24, 2020

#8 in #hashmap

Download history 1890/week @ 2024-01-03 2266/week @ 2024-01-10 2505/week @ 2024-01-17 3385/week @ 2024-01-24 3906/week @ 2024-01-31 4077/week @ 2024-02-07 3723/week @ 2024-02-14 3484/week @ 2024-02-21 5326/week @ 2024-02-28 5100/week @ 2024-03-06 5354/week @ 2024-03-13 5610/week @ 2024-03-20 6054/week @ 2024-03-27 5256/week @ 2024-04-03 4809/week @ 2024-04-10 3335/week @ 2024-04-17

20,500 downloads per month
Used in 27 crates (16 directly)

MIT/Apache

330KB
5K SLoC

Crates.io Documentation Codecov Dependency status

A port of Java's java.util.concurrent.ConcurrentHashMap to Rust.

The port is based on the public domain source file from JSR166 as of CVS revision 1.323, and is jointly licensed under MIT and Apache 2.0 to match the Rust API guidelines. The Java source files are included under the jsr166/ subdirectory for easy reference.

The port was developed as part of a series of live coding streams kicked off by this tweet.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~1.3–8.5MB
~44K SLoC