Skip to content

rosacris/rust-doublepivot-quicksort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-doublepivot-quicksort

Double pivot implementation of quicksort for Rust.

It is based on Vladimir Yaroslavskiy's implementation: http://codeblab.com/wp-content/uploads/2009/09/DualPivotQuicksort.pdf

There is still room for improvement, for example using insertion sort for slices smaller than 27 or not always using the first and last elements as pivots.

About

Double pivot implementation of quicksort for Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages