Go to file
2024-01-11 03:37:56 +05:30
src minor optimizations 2024-01-11 03:34:28 +05:30
.gitignore init 2024-01-11 00:23:49 +05:30
Cargo.lock fxhash 2024-01-11 03:14:45 +05:30
Cargo.toml fxhash 2024-01-11 03:14:45 +05:30
README.md added readme 2024-01-11 03:37:56 +05:30

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: -