Hacker News new | ask | show | jobs
How I accidentally created the fastest CSV parser ever made (sanixdk.xyz)
4 points by n0n0n4t0r 239 days ago
2 comments

The old-timey hacker, non-corporate-friendly webpage design is great...

Back in the day every self-respecting hacker doing it for fun would have either something "edgy" like this (a person like jwz) or it's opposite, a lightweight barebones immensely readable page.

How a friend of mine created a super fast csv parser by playing with branchless programming and SIMD to avoid the CPU serialized computation bottleneck