[Bug 255551] FreeBSD sort much slower than GNU or NetBSD
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon May 3 23:09:21 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255551
--- Comment #2 from Jason W. Bacon <jwb at freebsd.org> ---
Created attachment 224652
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=224652&action=edit
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
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list