Iliamish / Parallel-Dirikhle-task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Radix sort

Machine:

Processor: AMD Ryzen 7 2700 Eight-Core Processor 3.20 Gz

Memory: 32 Gb

System: Windows 10

Test results

Algorithm Version Container type Number of elements Digits in number Sort time in seconds
std::sort Simple STL vector 10000000 5 4.826
std::sort Sequential STL vector 10000000 5 2.531
std::sort Sequential STL vector 10000000 5 0.844
std::sort Sequential STL vector 10000000 5 0.815
std::sort Sequential STL vector 10000000 5 0.747
std::sort Sequential STL vector 10000000 5 0.65
std::sort Sequential STL vector 10000000 5 1.831
std::sort Sequential STL vector 10000000 5 0.425

About


Languages

Language:C++ 100.0%