An open API service indexing awesome lists of open source software.

https://github.com/wdamron/bitring

Go implementation of a bitmap ring-buffer which tracks the state of windowed out-of-order processing over a sequence of logical offsets
https://github.com/wdamron/bitring

bitmap circular-buffer out-of-order ring-buffer windowed

Last synced: 4 months ago
JSON representation

Go implementation of a bitmap ring-buffer which tracks the state of windowed out-of-order processing over a sequence of logical offsets

Awesome Lists containing this project

README

          

# package bitring

Go implementation of a bitmap ring-buffer which tracks the state of windowed out-of-order processing
over sequence of offsets. The initially marked offset can be any non-negative integer.

[Documentation](https://godoc.org/github.com/wdamron/bitring)