Skip to content

Releases: takawitter/trie4j

0.9.10 release with the bug fix for LongsRank0/1OnlySuccinctBitVector

09 Oct 11:47
Compare
Choose a tag to compare

0.9.9 release with the bug fix for LongsRank0/1OnlySuccinctBitVector

02 Oct 04:25
Compare
Choose a tag to compare

0.9.8 release with bug fix of DoubleArray

24 Jan 14:17
Compare
Choose a tag to compare

0.9.7 release with bug fix of DoubleArray

22 Oct 02:57
Compare
Choose a tag to compare

0.9.6 release with performance improvements for findShortestWord and findLongestWord method.

0.9.5 release with bug fix of DoubleArray

28 Oct 03:16
Compare
Choose a tag to compare

See milestone https://github.com/takawitter/trie4j/milestone/5?closed=1 for details

Add dependency to your pom.xml to use this version.

<dependency>
    <groupId>com.github.takawitter</groupId>
    <artifactId>trie4j</artifactId>
    <version>0.9.5</version>
</dependency>

0.9.4 release with bug fix of DoubleArray.nodeSize()

22 Oct 01:57
Compare
Choose a tag to compare

See milestone https://github.com/takawitter/trie4j/milestone/4?closed=1 for details

Add dependency to your pom.xml to use this version.

<dependency>
    <groupId>com.github.takawitter</groupId>
    <artifactId>trie4j</artifactId>
    <version>0.9.4</version>
</dependency>

0.9.3 release with several bug fixes.

30 May 02:00
Compare
Choose a tag to compare

See milestone https://github.com/takawitter/trie4j/issues?utf8=%E2%9C%93&q=milestone%3A0.9.3+ for details

Add dependency to your pom.xml to use this version.

<dependency>
    <groupId>com.github.takawitter</groupId>
    <artifactId>trie4j</artifactId>
    <version>0.9.3</version>
</dependency>