Billion line challenge: splitting lines using SIMD in Rust
April 17, 2026 [Programming, Rust, Tech, Videos] I was scared to do it, but it’s actually fine! This time we look at the fastest way to split a large text file into separate lines, first by implementing our own zero-copy version. BufReader::lines and then using SIMD, which allows us to process 64 bytes simultaneously, using […]