Skip to content

Flare v0.3.0

Compare
Choose a tag to compare
@vectrixdevelops vectrixdevelops released this 02 Jul 11:38

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 the Iterator.

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.