Skip to content

v0.1.0: update Cargo.toml for crates.io

Pre-release
Pre-release
Compare
Choose a tag to compare
@Gregory-Meyer Gregory-Meyer released this 18 Jun 01:35
· 8 commits to master since this release
370d6df

Contains an initial implementation of a concurrent hash map. Future versions will add:

  • a hash set
  • atomic read-modify-write (RMW) operations
  • less restrictive memory orderings (they are sequentially consistent for now)