issues
search
npgall
/
concurrent-trees
Concurrent Radix and Suffix Trees for Java
Apache License 2.0
511
stars
82
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Hi, I have a question regarding the Concurrent Inverted Radix Tree.
#41
juno-junho
opened
5 months ago
0
How to serialise entire tree in a file?
#40
anuragagarwal561994
opened
1 year ago
1
How to add this library in dependencies
#39
dxn1234
opened
2 years ago
1
Make tree values iterable without requiring search for empty key.
#38
raphw
opened
3 years ago
0
Reduce compile target to Java 5, address serialization issues and improve performance
#37
raphw
opened
3 years ago
3
Unexpected failure to classify SearchResult
#36
Haydnp74
opened
3 years ago
0
Crash: faliure to classiffy
#35
EmmanuelMess
opened
3 years ago
2
Bump junit from 4.8.2 to 4.13.1 in /code
#34
dependabot[bot]
opened
4 years ago
0
Non-linearizable behavior of ConcurrentSuffixTree
#33
alefedor
opened
4 years ago
2
API for retrieving keys/values
#32
anantharaman93
closed
4 years ago
2
Initial idea of porting this code to C#
#31
rodfsouza
opened
5 years ago
1
Documentation: docs for getValueForLongestKeyPrefixing(CharSequence word)
#30
shully
opened
5 years ago
0
suggestion
#29
publicocean0
opened
6 years ago
0
question
#28
publicocean0
opened
7 years ago
3
Remove GC overhead of NodeUtil#binarySearchForEdge() to address #26
#27
panghy
closed
7 years ago
1
Consider optimizing NodeUtil#binarySearchForEdge()
#26
panghy
closed
7 years ago
3
added initial .travis.yml
#25
krichter722
closed
7 years ago
1
Optimize ByteArrayNodeFactory and CharArrayNodeFactory for "dense" trees
#24
knutwannheden
closed
7 years ago
5
InvertedSuffixTree?
#23
jacobg
opened
8 years ago
3
Consider removing overhead of NodeUtil#ensureNoDuplicateEdges()
#22
knutwannheden
opened
8 years ago
5
Use 'char' instead of 'Character'
#21
knutwannheden
opened
8 years ago
5
API method to clear all values in the tree
#20
grexe
opened
8 years ago
3
Faster tree build
#19
knutwannheden
opened
8 years ago
7
Performance of RadixTree#getValuesForKeysStartingWith()
#18
knutwannheden
opened
8 years ago
21
added find longest match method
#17
jlpedrosa
closed
8 years ago
14
Updating JAR to be OSGi compatible
#16
bocon13
closed
8 years ago
4
License information
#15
lbourdages
closed
8 years ago
2
reduce memory usage in single thread mode
#14
phuongdao1
closed
9 years ago
1
limit the result (maybe an iterator)
#13
adridadou
closed
9 years ago
1
How to use with word tokens?
#12
imlbillchiu
closed
9 years ago
1
Custom Comparator<NodeCharacterProvider>
#11
GoogleCodeExporter
closed
9 years ago
3
ConcurrentSuffixTree.getKeysEndingWith(x) returns null when x is empty
#10
GoogleCodeExporter
closed
9 years ago
1
add tree.contains()-method
#9
GoogleCodeExporter
opened
9 years ago
5
Add tree.size() methods
#8
GoogleCodeExporter
closed
9 years ago
3
Support 8-bit encoded strings
#7
GoogleCodeExporter
closed
9 years ago
1
InvertedRadixTree.getKeyValuePairsForKeysPrefixing() returning keys that aren't even in the tree
#6
GoogleCodeExporter
closed
9 years ago
2
Expose API to get longest prefix match
#5
GoogleCodeExporter
closed
9 years ago
1
Can we make the trees serializable?
#4
GoogleCodeExporter
closed
8 years ago
10
New types of tree: ConcurrentPermutermTree, ConcurrentWildcardTree for wildcard queries
#3
GoogleCodeExporter
opened
9 years ago
8
Expose API to get longest prefix match / "closest" keys
#2
GoogleCodeExporter
closed
9 years ago
11
Deploy to Maven central
#1
GoogleCodeExporter
closed
9 years ago
2