Skip to content

JuliaSamartseva/Multithread-Sorting-Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multithread-test

This repository shows different sorting algorithms implementations, including the ones with multithreaded programming (Quick sort, Merge sort), and analysis of the library sorting algorithms - both parallel, vectorized and sequential executions (C++17)

Analysis

The parallel speedup is calculated by using the following equation:

equation

About

Testing parallel and sequential sorting algorithms implementations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages