one-billion-rows-challenge/README.md

7 lines
230 B
Markdown
Raw Normal View History

2024-01-10 22:07:56 +00:00
# One billion row challenge
* Fastest single threaded runtime: 29.7s (4.5s to read the file into memory, 24s to process rows and ~150micros to generate the output)
* Fastest multi threaded runtime on a machine with 12 cores: -