Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 May 2021 23:09:21 +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-o4gvhfdVNp@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 #2 from Jason W. Bacon <jwb@freebsd.org> ---
Created attachment 224652
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D224652&action=
=3Dedit
Column 2 from the original BED (TSV) file

time sort -n test.txt > /dev/null
3.004u 0.063s 0:03.06 100.0%    55+172k 0+0io 0pf+0w

time gsort --parallel 1 -n test.txt > /dev/null
0.628u 0.047s 0:00.67 98.5%     156+182k 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-o4gvhfdVNp>