Hacker News new | ask | show | jobs
by bjoli 2269 days ago
I did a small benchmark on machine machine last time simdjson was up for discussion and back then it was faster than /bin/cat on my machine
1 comments

This comment was right at the bottom. It was so funny I just spit my coffee.
the thing is, it really was faster than gnu cat. I suspect it is because gnu cat does other things than just using Linux splice to a file descriptor and has options to count lines and such, and doesn't (didn't?) bother to use SSE. I just thought cat would give me a practical maximum to compare to when reading from disk.