mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
Merge pull request #8062 from drinkcat/sort-float
sort: Make use of ExtendedBigDecimal in -g sorting, then attempt to recover some performance
This commit is contained in:
commit
9e21259e2d
8 changed files with 163 additions and 41 deletions
1
fuzz/Cargo.lock
generated
1
fuzz/Cargo.lock
generated
|
@ -1345,6 +1345,7 @@ dependencies = [
|
|||
name = "uu_sort"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"bigdecimal",
|
||||
"binary-heap-plus",
|
||||
"clap",
|
||||
"compare",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue