added readme

This commit is contained in:
Ishan Jain 2024-01-11 03:37:56 +05:30
parent f16175eeee
commit 003cf323c4
Signed by: ishan
GPG Key ID: 0506DB2A1CC75C27

6
README.md Normal file
View File

@ -0,0 +1,6 @@
# 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: -