issues
search
michaelsproul
/
rust_radix_trie
Fast generic radix trie implemented in Rust
https://docs.rs/radix_trie/
MIT License
188
stars
33
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Profile-Guided Optimization (PGO) benchmark report
#75
zamazan4ik
opened
2 months ago
0
Question about SubTrie methods consuming self instead of taking it by reference
#74
vkurilin
closed
4 months ago
3
map_with_default encodes key twice
#73
rbtcollins
opened
1 year ago
0
feat: add slices to keys implementations
#72
vlopes11
opened
1 year ago
0
Is `get_ancestor_value_mut` a possible method ?
#71
alexandre-roulin
closed
1 year ago
2
Question - how to use this to search for common strings based on prefix
#70
avnerbarr
opened
2 years ago
2
perf: minor optimizations
#69
pdogr
closed
2 years ago
5
Extremely poor memory efficiency (many times worse than Vec even with near-ideal conditions)
#68
dralley
closed
1 year ago
1
Expect a feature to get all prefix match values.
#67
silence-coding
closed
2 years ago
0
Replace Travis CI with Github Actions
#66
michaelsproul
closed
3 years ago
0
Bump rand to 0.8 and quickcheck to 1.0
#65
davide125
closed
3 years ago
1
get_raw_ancestor none with multiple children
#64
sampaioletti
opened
3 years ago
0
TrieKey support for Vec<T> of integer types
#63
jakobdalsgaard
closed
4 years ago
4
implement extend trait to allow bulk updates to Trie
#62
skewballfox
opened
4 years ago
0
Bump nibble_vec 0.0.3 -> 0.1.0 and update all code to use Nibblet
#61
DevinR528
closed
4 years ago
1
nibble_vec 0.0.5 has problem
#60
Sherlock-Holo
closed
4 years ago
2
get_raw_ancestor
#59
leshow
opened
4 years ago
2
Does this library support multithreading?
#58
Maimonator
closed
4 years ago
3
Minor changes
#57
JOE1994
closed
4 years ago
1
Add Appveyor badge, just run on Windows
#56
michaelsproul
closed
5 years ago
0
Remove panicky TrieKey impl for Path/PathBuf
#55
michaelsproul
closed
5 years ago
0
Missing TrieKey impls for paths on Windows
#54
michaelsproul
opened
5 years ago
0
Did get_ancestor match?
#53
rendaw
opened
5 years ago
4
Add basic criterion benches, update to 2018 version.
#52
DevinR528
closed
5 years ago
0
How to benchmark
#51
DevinR528
opened
5 years ago
1
Removing nonexistent keys causes prefix matching to fail
#50
kellymclaughlin
closed
5 years ago
4
Implement Clone for Trie
#49
manifest
closed
5 years ago
1
Optimization store keys
#47
ava57r
closed
2 years ago
1
Fix dependencies section
#46
ava57r
closed
5 years ago
1
Question: Why is the key stored during insertion?
#45
mattgathu
closed
5 years ago
2
Let build pass with new rust 2018
#44
hanabi1224
closed
5 years ago
1
Missing CI to cover windows build against stable / nightly respectively
#43
hanabi1224
opened
6 years ago
0
Windows CI on appveyor
#42
hanabi1224
closed
5 years ago
1
Prevent panics when removing non-existent keys
#41
michaelsproul
closed
6 years ago
2
remove() panics on non-existing element
#40
thomaskrause
closed
6 years ago
5
c ffi
#39
hanabi1224
opened
6 years ago
4
c ffi support
#38
hanabi1224
opened
6 years ago
2
Make it possible to get the prefix of a node
#37
vks
closed
6 years ago
3
Don't suggest wildcard dependencies
#36
vks
closed
6 years ago
1
add test for unicode support
#35
stuarth
closed
6 years ago
1
Get prefix of subtrie
#34
vks
closed
6 years ago
2
Documentation link on crates.io is incorrect
#33
yodaldevoid
closed
7 years ago
1
Support the Entry API
#32
lambda-fairy
opened
8 years ago
1
Make TrieNode private
#31
michaelsproul
closed
8 years ago
5
Feature borrow get
#30
roblabla
closed
8 years ago
6
Implement optional serde support
#29
roblabla
closed
8 years ago
2
Let any vector be the key of the trie.
#28
Albibek
opened
8 years ago
4
Different versions of ancestor/descendant, or successor/predecessor
#27
michaelsproul
opened
8 years ago
0
Make the remove function iterative
#26
michaelsproul
opened
8 years ago
0
Need a changelog
#25
michaelsproul
closed
6 years ago
1
Next