Skip to content

Commit

Permalink
Sort: Implement stable sort, ignore non-printing, month sort dedup, a…
Browse files Browse the repository at this point in the history
…uto parallel sort through rayon, zero terminated sort, check silent (#2008)
  • Loading branch information
kimono-koans authored Apr 8, 2021
1 parent b26e12e commit 8474249
Show file tree
Hide file tree
Showing 35 changed files with 1,420 additions and 191 deletions.
20 changes: 2 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/uu/sort/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ edition = "2018"
path = "src/sort.rs"

[dependencies]
rayon = "1.5"
rand = "0.7"
clap = "2.33"
twox-hash = "1.6.0"
fnv = "1.0.7"
itertools = "0.8.0"
semver = "0.9.0"
uucore = { version=">=0.0.8", package="uucore", path="../../uucore", features=["fs"] }
Expand Down
Loading

0 comments on commit 8474249

Please sign in to comment.