Flare v0.3.0
Changes:
- Various formatting improvements to SyncMap.
- Improved performance of
SyncMap#isEmpty
, by making it no longer traverse all of the map entries. - Bumped checker-qual version to 3.15.0.
- Bumped gradle wrapper version to 7.0.2.
- Bumped me.champeau.jmh version to 0.6.5.
- Bumped jmh version to 1.32.
Bug Fixes:
- Prevent SyncMap returning null values from
Map.Entry
by storing the entrys value scanned ahead in theIterator
.
Additional Features:
- Added
Short2ObjectSyncMap
for fastutils SyncMap. - Added custom compute and bulk operation handling to SyncMap.
- Added low contention benchmarks with an updated summary for SyncMap.