Skip to content

A parallel merge sort implementation written in rust for slices

License

Notifications You must be signed in to change notification settings

SoWhich/parallel_merge_sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallel Merge Sort

parallel_merge_sort is a rust library that runs a parallelized version of merge sort for a rust &mut [T].

To run the benchmarks, install a nightly version of rust and run cargo +nightly bench

About

A parallel merge sort implementation written in rust for slices

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages