ValentaTomas / hattrie

[WIP] HAT-trie in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[WIP] HAT-trie

Usage

Test

make test-fast
make benchmark

Reading

Code Reference

Debug

  • Can be pure with max container 2 with alphabet 256?
  • Splits not halving links, only ocurences-> too many pure nodes?

About

[WIP] HAT-trie in Go

License:MIT License


Languages

Language:Go 92.4%Language:Makefile 7.6%