changed quickersort with pdqsort

This commit is contained in:
Marco Concetto Rudilosso 2017-01-27 17:44:24 +00:00
parent 556a46f537
commit 07f04ced2e
4 changed files with 11 additions and 16 deletions

View file

@ -65,8 +65,8 @@ extern crate num_traits;
extern crate ordered_float;
extern crate owning_ref;
extern crate parking_lot;
extern crate pdqsort;
extern crate phf;
extern crate quickersort;
extern crate rayon;
extern crate rustc_serialize;
extern crate selectors;