2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #9 from pweldon/patch-1 More... almost 10 years ago
Fix LongKeyAnalyzer MSB bitmask calculation. More... almost 10 years ago
Adding Gradle build file More... about 12 years ago
Switching from 4 spaces to 2 spaces More... about 12 years ago
Updating years More... about 12 years ago
URL More... over 12 years ago
Call it SCM URI More... over 12 years ago
Next version is 0.7, use latest JUnit More... over 12 years ago
[maven-release-plugin] prepare release patricia-trie-0.6 More... over 12 years ago
Messing with mvn release plugin More... over 12 years ago
Adding my own mvn repo More... over 12 years ago
Removing Eclipse Project files More... over 12 years ago
Mavenizing patricia-trie More... over 12 years ago
Use ${dist.name} here More... about 13 years ago
Updating release notes More... about 13 years ago
Adding KeyAnalyzers for 'chars' where only the lower 8 bits are being used. This should give a significant performance boost for Latin-only character sets. Changing also the ByteArrayKeyAnalyzer a bit. More... about 13 years ago
Adding a ByteArrayKeyAnalyzer for variable length byte[] -- NOTE: It works only with things such as Strings but not with say Numbers. The latter requires a key analyzer for constant length keys More... about 13 years ago
Updating the Ant build file More... about 13 years ago
Updating the release notes More... about 13 years ago
Fix: for a deserialization bug: The PatriciaTrie's modCount is transient and automatically set to 0 after deserialization. The PrefixRangeEntrySet's expectedModCount is also initialized with 0 (not part of [de]serialization though). Both were 0 after deserialization and PrefixRangeEntrySet was thinking it's an empty Trie and it would return an empty collection. -- thanks to 'cmoen' for finding it. More... about 13 years ago
Renaming a variable More... about 13 years ago
Makes hashcode lazy in BasicEntry More... over 13 years ago
Fix for Serialization (found thanks to gunebakan) More... over 13 years ago
Fix for Serialization More... over 13 years ago
Updating the Ant build file a bit More... over 13 years ago
Updating the JUnit JAR More... over 13 years ago
Moving the resources from ${project}/resources to ${project}/src/test/resources and cleaning up the build script a bit More... over 13 years ago
JavaDoc More... over 13 years ago
Adding .gitignore file More... over 13 years ago
Fixing a few things, preparing 0.3 release More... over 13 years ago