Skip to content

soniakeys/tagheap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Tagheap

Interface-free heap API.

Internally, the implementation uses container/heap from the standard library but it wraps this in an API that uses struct tags to direct heap ordering. The constructor argument specifies a struct that represents heap nodes. This struct must be annotated with struct tags.

To install

go get github.com/soniakeys/tagheap

About

Interface-free heap API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages