eclarke / linecount

Fast, simple line count function in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Provides a function count_lines to count the number of lines in a file. It's a few times faster than GNU wc.

For best results build with cargo build --release --features runtime-dispatch-simd

About

Fast, simple line count function in Rust


Languages

Language:Rust 100.0%