bufit
bufit copied to clipboard
A moving buffer which supports multiple concurrent readers #golang
Results
2
bufit issues
Sort by
recently updated
recently updated
newest added
We've run into situations where having `Write()` block when the capped buffer is full is not desirable. It would be nice to have alternative strategies for handling this scenario. The...
WDyt about adding `Peek()` to the Reader interface? Here's my use-case.. I'm using the new `NextReaderFromNow()` on top of a mpegts video stream. mpegts packets are 188 bytes long, where...
enhancement