NonBlocking Versions Save

Implementation of a lock-free dictionary on .Net.

v2.1.2

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/VSadov/NonBlocking/compare/v2.1.1...v2.1.2

v2.1.1

1 year ago

What's Changed

Full Changelog: https://github.com/VSadov/NonBlocking/compare/v2.1.0...v2.1.1

v2.1.0

1 year ago
  • Adds support for netstandard2.0
  • Adds trimming support (IsTrimmable)
  • NativeAOT compatibility fixes

Thanks to @neon-sunset and @VSadov for their contributions to this release.