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
- Host: GitHub
- URL: https://github.com/wdamron/bitring
- Owner: wdamron
- Created: 2020-06-14T00:43:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-22T16:29:33.000Z (over 5 years ago)
- Last Synced: 2025-08-30T22:02:10.267Z (4 months ago)
- Topics: bitmap, circular-buffer, out-of-order, ring-buffer, windowed
- Language: Go
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)