DEV Community

Adrian Brad
Adrian Brad

Posted on

I released v1.2.0 of my queues package implemented in Golang.

https://github.com/adrianbrad/queue

A Circular Queue implementation is now available. Blocking and Priority queues were previously available. All implementations satisfy the Queue interface provided by the package.

The package also contains various artifacts that could interest a broader audience. These artifacts include: CI scripts(coverage, lint, testing), golang-ci lint config file, commitizen, example tests, benchmarks and documentation provided by godoc.

Top comments (0)