Skip to content

mllev/art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

art

A highly compressed radix tree heavily based on the Adaptive Radix Tree (paper)

features
  • very portable - clean C89 implementation
  • designed as a primary indexing data structure - the paper above describes a secondary index that doesn't fully own its keys
  • non recursive update algorithms

About

Adaptive Radix Tree implementation in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published