Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 376 Bytes

notes-todo.md

File metadata and controls

17 lines (11 loc) · 376 Bytes
  • fix union / bit-field portability mistake

  • public-domain version of concurrent qp-trie

  • DNS-trie

  • finish HAMT implementation

  • revise API to add Tsetkv() which returns the key pointer and previous value pointer from the table

  • implement embedded crit-bit tries

  • benchmark against other data structures

    • adaptive radix trie
    • HAT-trie
    • hash tables