issues
search
tyler
/
trie
A super fast, efficiently stored Trie for Ruby. Uses libdatrie.
http://rubydoc.info/gems/fast_trie/0.5.0/frames
MIT License
247
stars
36
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Conflict with the gtk4 gem
#50
SamiSieranoja
opened
11 months ago
1
Update to latest libdatrie, move libdatrie to submodule, Unicode support
#49
ggrossman
opened
1 year ago
0
Bump git from 1.2.6 to 1.13.0
#48
dependabot[bot]
opened
1 year ago
0
Bump nokogiri from 1.6.1 to 1.13.9
#47
dependabot[bot]
opened
2 years ago
0
Bump addressable from 2.3.5 to 2.8.1
#46
dependabot[bot]
opened
2 years ago
0
Bump nokogiri from 1.6.1 to 1.13.6
#45
dependabot[bot]
closed
2 years ago
1
Bump git from 1.2.6 to 1.11.0
#44
dependabot[bot]
closed
1 year ago
1
Bump nokogiri from 1.6.1 to 1.13.4
#43
dependabot[bot]
closed
2 years ago
1
Bump nokogiri from 1.6.1 to 1.13.3
#42
dependabot[bot]
closed
2 years ago
1
Bump nokogiri from 1.6.1 to 1.12.5
#41
dependabot[bot]
closed
2 years ago
1
Update rdoc requirement from ~> 3.12 to ~> 6.3
#40
dependabot[bot]
opened
3 years ago
0
Bump addressable from 2.3.5 to 2.8.0
#39
dependabot[bot]
closed
2 years ago
1
Bump nokogiri from 1.6.1 to 1.11.4
#38
dependabot[bot]
closed
2 years ago
1
Gem won't compile on macOS
#37
Jakanapes
opened
3 years ago
2
Bump rack from 1.5.2 to 2.2.3
#36
dependabot[bot]
opened
4 years ago
0
Bump rake from 10.1.1 to 12.3.3
#35
dependabot[bot]
opened
4 years ago
0
Bump nokogiri from 1.6.1 to 1.10.8
#34
dependabot[bot]
closed
3 years ago
1
Bump rack from 1.5.2 to 2.0.8
#33
dependabot[bot]
closed
4 years ago
1
Bump nokogiri from 1.6.1 to 1.10.4
#32
dependabot[bot]
closed
4 years ago
1
Adding and checking key exintence at the same time with the .add method
#31
Konstantinusz
opened
6 years ago
0
missing README during gem install
#30
camilleg
opened
7 years ago
0
Non-standard chars in trie
#29
eahlberg
opened
7 years ago
0
Segmentation fault while reading values
#28
RishabhKr97
opened
7 years ago
1
case-insensitive search
#27
MaxPleaner
closed
7 years ago
1
`has_key?` returns nil when key not found
#26
boricic
opened
7 years ago
0
possible bug in Trie - value is corrupted
#25
stevegoobermanhill
opened
7 years ago
1
Doc Suggestion
#24
jkthorne
closed
8 years ago
0
Fixed memory leaks in children, children_with_values, has_children?.
#23
henadzit
opened
9 years ago
6
Added Trie#has_children?. Bumped the version to 0.5.1.
#22
henadzit
closed
9 years ago
3
Note in the README that iteration is impossible
#21
roryokane
opened
9 years ago
1
Add convenience method to build trie from Enumerable
#20
roryokane
opened
9 years ago
1
Allow iteration over keys with #each (and `include Enumerable`)
#19
roryokane
opened
9 years ago
4
Implement #size and #length for Trie and TrieNode
#18
roryokane
opened
9 years ago
1
Error installing fast_trie on Ubuntu
#17
troelskn
opened
9 years ago
3
Update libdatrie from upstream
#16
hickford
opened
10 years ago
0
Fix compilation error when using -Werror=format-security
#15
OlegSmelov
closed
10 years ago
1
Sporadic unit test
#14
hickford
opened
10 years ago
0
Fix build on Windows. Replace Bool enum with bool from <stdbool.h>
#13
hickford
closed
10 years ago
8
continuous integration with travis
#12
hickford
closed
10 years ago
5
Add installation instructions
#11
hickford
closed
10 years ago
2
Didn't work wth rubinius
#10
kritik
opened
11 years ago
2
Serialize via Marshal
#9
hickford
opened
12 years ago
0
Error in compiling in Rubinius
#8
kritik
closed
11 years ago
7
trie.children implementation could be better
#7
kmike
closed
12 years ago
2
Doc link is dead
#6
hickford
closed
12 years ago
3
rb_trie_save isn't atomic
#5
dwo
closed
9 years ago
2
change to build on Windows
#4
hickford
closed
10 years ago
0
Error building on Windows
#3
hickford
closed
10 years ago
1
Won't work for strings with a space
#2
thedjpetersen
closed
13 years ago
1
Persistent tries
#1
nfelger
closed
14 years ago
2
Next