Skip to content

llersch/linearized_search_trees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linearized_search_trees

Short implementation to translate a sorted array to a serialized k-ary tree. Based on the algorithm described in "k-Ary Search On Modern Processors".

In contrast to a sorted array, the serialized k-ary tree is more cache-friendly for point lookups but less efficient for range scans.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages