rkapsi / patricia-trie

Practical Algorithm to Retrieve Information Coded in Alphanumeric (PATRICIA)

Home Page:http://code.google.com/p/patricia-trie

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serialization for space efficiency

gunebakan opened this issue · comments

What is the best way to serialize best space efficient way for this trie and construct it again?
Thanks for this great project.