Koloboke icon indicating copy to clipboard operation
Koloboke copied to clipboard

Java Collections till the last breadcrumb of memory and performance

Results 40 Koloboke issues
Sort by recently updated
recently updated
newest added

I was iterating through a HashMap with a cursor and called the setValue(V) method to replace the current value. The new value was set in the vals[] array but did...

Hi, After cloning the repo and following the instructions in the readme, my build fails during the first gradle step (./gradlew :buildMeta). The stacktrace is: org.gradle.api.GradleScriptException: A problem occurred evaluating...

Build

I have encountered an issue where in an incorrectly synchronized multi-threaded environment the IntSet.toIntArray() method call returns an ArrayIndexOutOfBoundsException. This is not a major issue and it is acceptable as...

new functionality
JCF Compatibility

See http://stackoverflow.com/a/31994785/648955

Performance & Benchmarks

I've been benchmarking Koloboke against several alternatives and have been very pleased with performance. Would like to standardize all our code on it but see that right now there are...

question
new functionality

I'm not sure If I'm missing something. But I would like to get access to either an iterator or Cursor to loop over elements of a collection without it internally...

enhancement
API & Naming
new functionality

Description might be a bit confusing and non informative but generally here what I've faced with: The following code: ``` HashLongSet lal = lookALikes.getA(); LOG.info("singleLookALikesNoScore() - topResults size is {},...

Performance & Benchmarks

This code: ``` public static void fillKeys(char[] table, byte key) { /* if !(long elem) */ long base = CHAR_BASE + BYTE_KEY_OFFSET; for (long off = CHAR_SCALE * (long) table.length;...

enhancement
Performance & Benchmarks