Skip to content

Files

Latest commit

4d3a3ea · Sep 4, 2024

History

History
9 lines (7 loc) · 452 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 452 Bytes

1brc-cpp

Playing around with the one billion row challenge in C++.

Note, none of the code in this repo should be considered good code. It takes a lot of shortcuts to try to be as fast as possible. And even then, you could probably make it a lot faster than this, but this is as far as I got this time. Fun challenge!

Command used to compile (on Windows) is:

cl /W4 /O2 /EHsc /Zi /std:c++20 main.cpp