Skip to content

BTrees modified for fixed capacity and multiple items per score, in Go.

License

Notifications You must be signed in to change notification settings

october93/bundletree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#bundletree BTrees modified for fixed capacity and multiple items per score, in Go

Data structure expanding on the functionality of BTree (btree.BTree from github.com/google/btree) in two ways:

  • Fixed capacity, kicking out the oldest entry added, via double-ended queue (lane.Deque from github.com/oleiade/lane)
  • "Bundles", allowing efficient storage of multiple items with identical scores in the BTree.

About

BTrees modified for fixed capacity and multiple items per score, in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages