Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 May 2021 16:51:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 255551] FreeBSD sort much slower than GNU or NetBSD
Message-ID:  <bug-255551-227-7Ex3unRzdf@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255551-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-255551-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255551

--- Comment #9 from Jason W. Bacon <jwb@freebsd.org> ---
sh -c  ./sort-test.sh=20
+ time sort -n -k 1 -k 2 -k 3 pc-gff-stripped.bed
       13.28 real        12.32 user         0.95 sys
+ time gsort '--parallel=3D1' -n -k 1 -k 2 -k 3 pc-gff-stripped.bed
        3.05 real         2.97 user         0.08 sys
+ export 'LC_ALL=3DC'
+ time sort -n -k 1 -k 2 -k 3 pc-gff-stripped.bed
        7.64 real         7.30 user         0.33 sys
+ time sort --mergesort -n -k 1 -k 2 -k 3 pc-gff-stripped.bed
        4.02 real         3.61 user         0.41 sys
+ time gsort '--parallel=3D1' -n -k 1 -k 2 -k 3 pc-gff-stripped.bed
        2.40 real         2.29 user         0.11 sys

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-255551-227-7Ex3unRzdf>