Skip to content

pgellert/adaptive-radix-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adaptive Radix Tree

This is an Adaptive Radix Tree implementation ported from the C implementation libart

Links:

  • Adaptive Radix Tree paper: link

TODO:

  • Implement a String map using the transformation described in part IV.B of the paper
  • API parity with BTreeMap (or at least more of its method implemented)
  • Increase test coverage -- there are many clean tests in this ART implementation
  • Add benchmarks comparing against BTreeMap

About

An Adaptive Radix Tree implementation in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages