1
Fork 0
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:
Sylvestre Ledru 2025-06-06 12:01:04 +02:00 committed by GitHub
commit 9e21259e2d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 163 additions and 41 deletions

1
fuzz/Cargo.lock generated
View file

@ -1345,6 +1345,7 @@ dependencies = [
name = "uu_sort"
version = "0.1.0"
dependencies = [
"bigdecimal",
"binary-heap-plus",
"clap",
"compare",