Skip to content
/ flurry Public

A port of Java's ConcurrentHashMap to Rust

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

jonhoo/flurry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c0a84ac · Nov 19, 2024
Nov 19, 2024
Mar 25, 2022
Jan 20, 2020
Nov 19, 2024
Mar 11, 2022
Mar 12, 2023
Nov 19, 2024
Nov 19, 2024
Nov 19, 2024
Jan 20, 2020
Jan 20, 2020
Nov 19, 2024
Feb 4, 2020
Aug 18, 2024
Mar 12, 2023
Jan 21, 2020

Repository files navigation

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.

Better Alternatives

Flurry currently suffers performance and memory usage issues under load. You may wish to consider papaya or dashmap as alternatives if this is important to you.

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.