Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 May 2021 20:28: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-qU7EWnNAEv@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 #6 from Jason W. Bacon <jwb@freebsd.org> ---
(In reply to Mark Johnston from comment #5)

FreeBSD coral.acadix  bacon ~/Prog/Src/peak-classifier 1004: !972
time sort -n -k 1 -k 2 -k 3 pc-gff-stripped.bed > /dev/null
12.467u 0.906s 0:13.38 99.8%    55+171k 634+0io 0pf+0w

FreeBSD coral.acadix  bacon ~/Prog/Src/peak-classifier 1005: time sort --qs=
ort
-n -k 1 -k 2 -k 3 pc-gff-stripped.bed > /dev/null
11.188u 0.811s 0:12.00 99.9%    55+171k 0+0io 0pf+0w

FreeBSD coral.acadix  bacon ~/Prog/Src/peak-classifier 1006: time sort
--mergesort -n -k 1 -k 2 -k 3 pc-gff-stripped.bed > /dev/null
8.271u 0.857s 0:09.13 99.8%     55+171k 0+0io 0pf+0w

--=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-qU7EWnNAEv>