JCTools v2.0 Release Notes

Release Date: 2016-10-28 // over 7 years ago
    • ๐Ÿš€ PR #94 : The NonBlockingHashMap by @cliffclick is now released as part of JCTools core. Also thanks to @pcholakov for help is converting and sanity testing some of the benchmark code (PR #108).
    • PR #129 : MPSC linked array queues code is tidied up and split into 3 implementations. The old Chunked is here, but constructor has changed. Growable is split from chunked and Unbounded is added.
    • ๐Ÿ› Bug #135 : Bug fix for the growable MPSC case.
    • PR #127 : Releasing JCTools as an OSGi bundle, thanks @CodingFabian !