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

https://github.com/stulzq/go-linecount

Fast text file line count tool.
https://github.com/stulzq/go-linecount

fastest line-counter

Last synced: about 1 year ago
JSON representation

Fast text file line count tool.

Awesome Lists containing this project

README

          

# go-linecount

**Fast** text file line count tool, like linux `wc -l`.

## Performance

Azure VM 4 Core 16GB Mem

OS: Ubuntu 18.04

Text file size: 11GB

Text file lines: 500 million

First spent time: 34 sec

Secondly spent time: 11 sec

## Usage

Download: https://github.com/stulzq/go-linecount/releases

Command: `glc -f `

Enjoy!

## Thanks

https://github.com/edsrzf/mmap-go

https://github.com/withlin