5 ms·
Curious why you say this. It says in the readme it can do 100K lines per second.
by dangoor 1y ago
Curious why you say this. It says in the readme it can do 100K lines per second.
- d-yoda 1y agoYeah Go is very fast!
- CuriouslyC 1y agoThe SIMD story in Rust or another lower level systems language is much better, and the memory control is more fine grained without forfeiting inlining. For a hot loop that's amenable to SIMD, Rust can deliver twice the performance of Go if you don't hand roll platform specific code.
- d-yoda 1y agoRust is definitely the king of performance! I personally love Go, but Rust's performance is truly impressive.
- maleldil 1y agoI'm not sure what that means. My codebase with 40k lines (via cloc) takes 20 seconds (M1 Pro).