issues
search
Tessil
/
hat-trie
C++ implementation of a fast and memory efficient HAT-trie
MIT License
791
stars
113
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
need some advice on how to use map with shared memory
#59
RavikumarTulugu
opened
3 weeks ago
0
Deserialize failed when the amount of key is larger
#58
Chen-Xuming
closed
2 months ago
4
Segmentation fault when map is iterated after erase prefix
#57
kishorenc
closed
2 months ago
1
support weighted nodes
#56
LawranceFung
opened
8 months ago
0
VS natvis visualizer
#55
RomanKhv
opened
8 months ago
0
hat-trie behaves wrong when burst-threshold is set to 65536 or larger
#54
liuxiaochuang
opened
8 months ago
1
Fix code example of `for_each_prefix_of` in comment
#53
PragmaTwice
closed
2 months ago
1
Add for_each_prefix_of methods to obtain path to longest prefix
#52
ecorm
closed
1 year ago
2
macos trie_map exceed size
#51
yangxingpping
closed
2 years ago
1
windows conflict with windows.h
#50
yangxingpping
closed
2 years ago
1
windows conflict with windows.h
#49
yangxingpping
closed
2 years ago
1
Is load factor 16 or greater possible?
#48
hiqsociety
closed
2 years ago
1
any comparison with patricia trie and adaptive radix tree?
#47
superdolt
closed
2 years ago
1
possible to pls show how to use emplace function?
#46
superdolt
closed
2 years ago
1
benchmark against rust?
#45
superdolt
closed
2 years ago
1
possible to implement a lru cache example using this hat trie?
#44
superdolt
closed
1 year ago
2
is this production ready?
#43
hiqsociety
closed
2 years ago
1
cmake --build . <- failed with boost 1.70
#42
superdolt
closed
1 year ago
2
will there be an advantage if this is written with lsm backed by disk like rocksdb?
#41
hiqsociety
closed
3 years ago
2
possible to rewrite in rustlang?
#40
hiqsociety
closed
3 years ago
1
possible to provide golang binding for golang?
#39
superdolt
closed
3 years ago
1
how do u iterate through hat trie
#38
hiqsociety
closed
3 years ago
1
Question: Visiting each key during mutations
#37
adamsch1
closed
3 years ago
2
boolean value is not supported
#36
vigsterkr
opened
3 years ago
1
Detect _MSVC_LANG in addition to __cplusplus
#35
EvanBalster
closed
3 years ago
1
Add check for _MSVC_LANG in addition to __cplusplus
#34
EvanBalster
closed
3 years ago
1
Feature question / suggestion: Insertion via iterators
#33
jamescooper-blis
opened
4 years ago
2
Feature suggestion: obtaining a path to the longest prefix
#32
gh-andre
opened
4 years ago
8
iterator size
#30
suhrig
opened
4 years ago
1
trie using integer keys?
#29
greg7mdp
closed
4 years ago
12
Wildcard search support ?
#28
Rockybilly
closed
4 years ago
1
hat-trie core
#27
sylarj
closed
4 years ago
2
hat-trie core
#26
sylarj
closed
4 years ago
1
Question: efficient set intersect of multiple HAT-tries
#25
bigerl
opened
4 years ago
3
Retrieving sorted keys
#24
mr-eyes
closed
5 years ago
1
Is there any 'C' wrapper available?
#23
bharat42
closed
5 years ago
1
Issue on serialise/deserialise a complex map?
#22
im-sanyam
closed
5 years ago
3
couldnt serialize/ deserialize tsl::htrie_map<char, vector<int>>
#21
Ragu9967
closed
5 years ago
5
Can i use Chinese as key?
#20
1099983784
closed
5 years ago
1
Add support for efficient serialization
#19
Tessil
closed
5 years ago
0
How to serialize/deserialize a map?
#18
theconnectionist
closed
5 years ago
4
Users should use std::hash by default
#17
hungptit
closed
5 years ago
3
Move headers from the tsl directory to the include/tsl directory and add a CMake public INTERFACE target
#16
Tessil
closed
6 years ago
0
Update array-hash dependency to v0.5.0
#15
Tessil
closed
6 years ago
0
Add longest_prefix method
#14
Tessil
closed
6 years ago
0
[feature request] find longest prefix
#13
Dobatymo
closed
6 years ago
7
[feature request] htrie_map keep values' order
#12
tqtifnypmb
closed
6 years ago
5
Avoid the usage of recursion in the filter_prefix method of the iterator
#11
Tessil
closed
6 years ago
0
EXC_BAD_ACCESS
#10
marekfoltyn
closed
6 years ago
5
(feature request) selective prefix match
#9
markg85
closed
6 years ago
1
Next