top | item 45482545

(no title)

dangoor | 4 months ago

Curious why you say this. It says in the readme it can do 100K lines per second.

discuss

order

CuriouslyC|4 months ago

The 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|4 months ago

Rust is definitely the king of performance! I personally love Go, but Rust's performance is truly impressive.

maleldil|4 months ago

I'm not sure what that means. My codebase with 40k lines (via cloc) takes 20 seconds (M1 Pro).

d-yoda|4 months ago

Yeah Go is very fast!