Skip to content

Version 3.2.0 Released

Choose a tag to compare

@brianburton brianburton released this 24 Dec 03:09
· 168 commits to master since this release

Key features in this release include:

  • Improved hash array mapped trie implementation for arrays, maps, and sets.
    • Reduced memory footprint of sets and maps.
    • Common implementation for all HAMT based collection types (array, hash map, hash set).
  • Adds put, putAll, setNextIndex methods to JImmutableArray builder.
  • Adds forEach, forEachThrows, and arrayBuilder methods to JImmutableArray.

Maven Coordinates

    <dependency>
      <groupId>org.javimmutable</groupId>
      <artifactId>javimmutable-collections</artifactId>
      <version>3.2.0</version>
    </dependency>