Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 277 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 277 Bytes

Baylands Incubator Geth Research Playground

BinTrie Implementation (branch = bintrie)

  • change trie and node structure to radix of 2
  • Chain reactions
    • change encoding and decoding where necessary
    • access: binarize path from hex
    • other, ongoing