/flurry

A port of Java's ConcurrentHashMap to Rust

Primary LanguageJavaApache License 2.0Apache-2.0

Crates.io Documentation Build Status 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.

TODOs

There are a number of things missing from this port that exist in the original Java code. Some of these are indicated by TODO blocks in the code, but this is (maybe) a more complete list. For all of these, PRs are warmly welcome, and I will try to review them as promptly as I can! Feel free to open draft PRs if you want suggestions for how to proceed.

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.