Skip to content
/ kyu Public
generated from dogmatiq/template-go

🚫 Queue data-structures for Go.

License

Notifications You must be signed in to change notification settings

dogmatiq/kyu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kyu

Queue data structure implementations for Go.

Documentation Latest Version Build Status Code Coverage

This project is deprecated.

This repository will be archived once it is no longer used by other Dogmatiq projects.

It includes a min-max heap implementation that is a drop-in replacement for Go's container/heap package.