▲ 5 ▼ readhead: An async read-ahead package
This package will allow you to add readhead to any reader. This means a separate goroutine will perform reads from your upstream reader, so you can request from this reader without delay.
Register to comment or vote on this story
An introductory blog post explaining this package can be found here.