mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07: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:
Generated
+1
@@ -1345,6 +1345,7 @@ dependencies = [
|
||||
name = "uu_sort"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"bigdecimal",
|
||||
"binary-heap-plus",
|
||||
"clap",
|
||||
"compare",
|
||||
|
||||
Reference in New Issue
Block a user