Date: Thu, 17 Jun 2021 17:54:13 +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-KihKk0l4uN@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 #11 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D68d3790ba0bce162f9fcaed09cfecd9ad= eab3943 commit 68d3790ba0bce162f9fcaed09cfecd9adeab3943 Author: Cyril Zhang <cyril@freebsdfoundation.org> AuthorDate: 2021-06-17 17:40:16 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2021-06-17 17:53:03 +0000 sort: Change default algorithm to mergesort This results in a significant improvement in the runtime of sort(1) when radix sort cannot be used. This comes at the expense of increased memory usage, but this is small relative to sort's overall memory usage. PR: 255551 Reviewed by: markj Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D30319 usr.bin/sort/file.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --=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-KihKk0l4uN>