I built a 2x faster lexer, then discovered I/O was the real bottleneck(modulovalue.com)
modulovalue.com
I built a 2x faster lexer, then discovered I/O was the real bottleneck
https://modulovalue.com/blog/syscall-overhead-tar-gz-io-performance/
1 コメント
Nice story; that's exactly why people always warn from the eval called "premature optimization without measurement".