openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Trove for Java
Settings
|
Report Duplicate
8
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
over 1 year
ago. based on code collected
almost 2 years
ago.
Nov 28, 2022 — Nov 28, 2023
Showing page 10 of 11
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
changed >= 0 to > 0 in loop condition
ericdf
More...
almost 24 years ago
added int stack changed public void remove() api to public <type> remove() on *ArrayList classes.
ericdf
More...
almost 24 years ago
use default initial capacity for grep return values
ericdf
More...
almost 24 years ago
added reset and resetQuick methods
ericdf
More...
almost 24 years ago
revamped *ArrayList insert/remove implementations so that edits are done in place instead of with a temporary array.
ericdf
More...
almost 24 years ago
tweaked toNativeArray() method so that a request to copy 0 elements is a no-op instead of an exception.
ericdf
More...
almost 24 years ago
added memory usage measurement for int array list
ericdf
More...
almost 24 years ago
array list implementations for remaining data types minor bug fix for indexOf in intarraylist, with associated unit test.
ericdf
More...
almost 24 years ago
new collection: expandable primitive int array list modified javadoc in THash.
ericdf
More...
almost 24 years ago
fixed javadoc
ericdf
More...
almost 24 years ago
release 0.0.9 load factor implementation, added ensureCapacity, trimToSize() modified secondary hash function.
ericdf
More...
almost 24 years ago
implemented serialization and equals() support
ericdf
More...
almost 24 years ago
cvsignore files for semantic bovinator caches
ericdf
More...
almost 24 years ago
added ChangeLog to the release tarball
ericdf
More...
almost 24 years ago
new test classes added for bug fixes in 0.0.8 release updated ChangeLog with 0.0.8 changes
ericdf
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.
ericdf
More...
almost 24 years ago
release 0.0.7.
ericdf
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.
ericdf
More...
almost 24 years ago
fixed typo in doc
ericdf
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.
ericdf
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).
jasonbaldridge
More...
almost 24 years ago
documentation fixes
ericdf
More...
almost 24 years ago
incremented version for release 0.0.3
ericdf
More...
almost 24 years ago
Implemented interface-based linked list as an alternative to the JDK's wrapper-based implementation.
ericdf
More...
almost 24 years ago
incremented version; added license info
ericdf
More...
almost 24 years ago
added license text req'd by CERN.
ericdf
More...
almost 24 years ago
Javadoc improvements. Added other documentation. New tests.
ericdf
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.
jasonbaldridge
More...
about 24 years ago
inverted for loops to count toward zero
ericdf
More...
about 24 years ago
changed jar name
ericdf
More...
about 24 years ago
←
1
2
3
4
5
6
7
8
9
10
11
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree