Bouncner / simple_sorting_benchmark

Short benchmark to open the discussion of radix cluster sizes for sort-merge joins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nothing fancy to see here. Just some rough measurements and plotting. We assume you are using a folder called rel for the CMake build.

Code mostly written by @AlexanderDubrawski. Kudos!

Currently, we don't store which compiler is used. On MacOS, we usually use clang and on Linux GCC. Thus can be stark differences in the performance of std::sort due to different implementations in the stdlib.

About

Short benchmark to open the discussion of radix cluster sizes for sort-merge joins


Languages

Language:C++ 69.6%Language:Python 23.5%Language:CMake 6.8%