Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: golang-cz/ringbuf

Tags

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improve benchmark tests (#8)

v0.3.0

Toggle v0.3.0's commit message
Simplify the seek logic even further

v0.2.0

Toggle v0.2.0's commit message
Rename MaxBehind to MaxLag, speed up a slow test

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Batch write/read API (#1)

* Batch write/read API

* readAvailable()

* Improve README and comments

v0.0.5

Toggle v0.0.5's commit message
Implement .Close() method to finish the stream

v0.0.4

Toggle v0.0.4's commit message
Implement .Skip() for subscriber reconnection logic

v0.0.3

Toggle v0.0.3's commit message
Implement subscriber tailing vs. starting behind

v0.0.2

Toggle v0.0.2's commit message
Rename .Error() to .Err() to follow stdlib convention

v0.0.1

Toggle v0.0.1's commit message
Writer: Remove unnecessary lock when broadcasting by @marino39

Improves throughput 2x.

Kudos to Marcin Gorzynski (https://github.com/marino39) for pointing this out.