Skip to content

bugzyz/bi-trie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

290 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bi-trie

The bi-trie stands for bidirectional mapping trie. Bi-trie provides bidirectional mapping between key(string) and value(int, uint32_t, unsigned int ...) in a very memory-efficient way.

This implementation is based on a burst trie design that a leaf node is a hash table to store elements that greatly reduces the number of intermediate node and pointer traversal in a trie searching traversal.

About

A burst trie implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors