Readahead: An async read-ahead package

After a previous topic here on an async buffered io.Reader, I have finished up a package that does this, and allows you to wrap any io.Reader and “split” your processing into separate goroutines.

I have written an >Introduction blog post<, or you can go directly to the >package on github<. Feedback and comments are of course very welcome.

Thanks to everyone here who provided input, it was very helpful in creating a solid package!

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.