Skip to content

mlataza/1brc-cpp

Repository files navigation

One Billion Row Challenge (C++ 17)

Built using CMake. Developed in Ubuntu WSL2. Uses C++ 17 standard.

The executables are built in the build folder. Run the executables within the build folder.

To generate the rows, use the command below.

./create_measurements 1000000000 

Run the baseline algorithm using the command below.

time ./calculate_average_baseline

Run the fastest algorithm using the command below.

time ./calculate_average

Feel free to post your questions and suggestions in the Issues page.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published