Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/kings-gambit/qreader
- Owner: kings-gambit
- Created: 2015-02-24T19:09:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-02-24T19:26:14.000Z (over 9 years ago)
- Last Synced: 2024-08-02T05:12:11.338Z (3 months ago)
- Language: Go
- Size: 137 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-blazingly-fast - qreader - Blazingly fast GZIP reader which uses processing queues to generate fast top-talkers reports (and more to come) (Go)
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...