Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kings-gambit/qreader

Blazingly fast GZIP reader which uses processing queues to generate fast top-talkers reports (and more to come)
https://github.com/kings-gambit/qreader

Last synced: 11 days ago
JSON representation

Blazingly fast GZIP reader which uses processing queues to generate fast top-talkers reports (and more to come)

Awesome Lists containing this project

README

        

# qreader.go #

_Building / installing_

There are no external dependencies for this file, so a simple `go build` will work.

In the source code, change the values of `Unzipper` to the gzip unreader you want to use (gunzip vs gzcat vs unpigz...)

Then set `ParserPool` and `ReducerPool` to the number of goroutines you would like to have.

_Usage_

coming soon...