Skip to content

Latest commit

 

History

142 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Parallel Sorting by Regular Sampling (PSRS)

This repository contains my implementation of the PSRS sorting algorithm.

Here's the overview of the algorithm from the paper.

This repository has 2 different implementation of the same algorithm:

  • multi-threaded version with pthreads
  • distributed version with MPI

About

Two different implementations of the Parallel Sorting by Regular Sampling

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages