Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid mem::uninitialized in par_sort_unstable
A couple temporary `[u8; 128]` arrays were uninitialized, and are now initialized to zeros. This has no measurable affect on the benchmarks for `par_sort_unstable`.
- Loading branch information