8
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected almost 2 years ago.
Nov 28, 2022 — Nov 28, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
changed >= 0 to > 0 in loop condition More... almost 24 years ago
added int stack changed public void remove() api to public <type> remove() on *ArrayList classes. More... almost 24 years ago
use default initial capacity for grep return values More... almost 24 years ago
added reset and resetQuick methods More... almost 24 years ago
revamped *ArrayList insert/remove implementations so that edits are done in place instead of with a temporary array. More... almost 24 years ago
tweaked toNativeArray() method so that a request to copy 0 elements is a no-op instead of an exception. More... almost 24 years ago
added memory usage measurement for int array list More... almost 24 years ago
array list implementations for remaining data types minor bug fix for indexOf in intarraylist, with associated unit test. More... almost 24 years ago
new collection: expandable primitive int array list modified javadoc in THash. More... almost 24 years ago
fixed javadoc More... almost 24 years ago
release 0.0.9 load factor implementation, added ensureCapacity, trimToSize() modified secondary hash function. More... almost 24 years ago
implemented serialization and equals() support More... almost 24 years ago
cvsignore files for semantic bovinator caches More... almost 24 years ago
added ChangeLog to the release tarball More... almost 24 years ago
new test classes added for bug fixes in 0.0.8 release updated ChangeLog with 0.0.8 changes More... almost 24 years ago
Fixes for several user-reported bugs. Unit tests have been added to demonstrate that each of these is actually fixed. More... almost 24 years ago
release 0.0.7. More... almost 24 years ago
added compact() operation so that Maps/Sets can be compacted after a large number of deletions to save space and to boost subsequent query/insert performance. More... almost 24 years ago
fixed typo in doc More... almost 24 years ago
Commit for release 0.0.5 Fixed counterintuitive Iterator implementation reported by Jason Baldridge. ObjectHash iterators now advance when next() is called, making hasNext() an "advisory" method. As Jason points out, this is consistent with the Javasoft implementation. Making these changes enabled me to eliminate some inner classes and get better implementation sharing for iterators used by the TObjectHash class family. Added tests for the new iterators as well as new benchmarks which demonstrate Trove Iterators outperforming Javasoft's on large Maps. More... almost 24 years ago
Added adaptor for the TLinkable interface so that other classes can just extend it rather than implement the obvious (in cases where they don't need to extend another class already, of course). More... almost 24 years ago
documentation fixes More... almost 24 years ago
incremented version for release 0.0.3 More... almost 24 years ago
Implemented interface-based linked list as an alternative to the JDK's wrapper-based implementation. More... almost 24 years ago
incremented version; added license info More... almost 24 years ago
added license text req'd by CERN. More... almost 24 years ago
Javadoc improvements. Added other documentation. New tests. More... almost 24 years ago
Fixed small problem with javadoc target. It did not depend on the init target, so the variables were not getting their values. More... about 24 years ago
inverted for loops to count toward zero More... about 24 years ago
changed jar name More... about 24 years ago