Koloboke Versions Save

Java Collections till the last breadcrumb of memory and performance

compile-0.5.1

7 years ago
  • Fix bugs with generating implementations for classes and interfaces, located in the default package
  • Fix bugs with generating classes which involve nested classes as generic parameters
  • Improved error message when abstract method couldn't be found in Map or Set model
  • Incorporated the annotations dependency into koloboke-compile.jar

Javadocs

Download JAR: compile.jar

compile-0.5

7 years ago

Initial release.

Javadocs

Download JAR: compile.jar

Dependency: annotations.jar

lib-1.0.0

7 years ago

Breaking changes:

  • Moved to com.koloboke.* packages
  • HashConfig.getGrowFactor() and withGrowFactor() methods renamed to getGrowthFactor() and withGrowthFactor() respectively.

Bug fix:

  • Fixed addValue(key, value) implementations (e.g. ObjIntMap.addValue() ), 0 was taken as the initial value instead of the default value of the map (if configured to be different form 0).

API Javadocs:

Download JARs:

Dependency: annotations.jar

0.6.8

8 years ago

A maintenance release, no API changes.

  • Fixed #43 (Dependency containing Nonnull/Nullable annotations made optional)
  • Fixed #45 (Memory leak in HashObjObjMap implementations, clear() method)

API Javadocs:

Download binaries:

0.6.7

9 years ago
  • Fixed #40

No API changes.

API Javadocs:

Download binaries:

0.6.6

9 years ago
  • Fixed #34

No API changes.

API Javadocs:

Download binaries:

0.6.5

9 years ago
  • Reverted one fix from the prev release (639b405) which appears to make more harm than good.

No API changes.

API Javadocs:

Download binaries:

0.6.4

9 years ago

No backward-incompatible API changes.

API Javadocs:

Download binaries:

0.6.3

9 years ago

This release includes only koloboke-api-jdk6-7 and koloboke-impl-jdk6-7 artifacts.

  • Fixed issue #27 (library was probably not working with JDK 6)

No API changes.

API Javadocs:

Download binaries for Java 6 or 7: API jar, impl jar

0.6.2

9 years ago
  • Finally fixed bug from 0.6.1 release.

No API changes.

API Javadocs:

Download binaries: