[Bug 255551] FreeBSD sort much slower than GNU or NetBSD

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 17 May 2021 14:44:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255551

--- Comment #8 from Mark Johnston <markj@FreeBSD.org> ---
We are looking at changing the default to mergesort.  One other thing that will
help a lot is to set LC_ALL=C in the sort(1) invocation.  In this case sort(1)
will use radix sort and will assume that each character occupies a single byte,
which makes the comparison function much faster.

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