Date: Tue, 11 May 2021 17:00:19 +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-eX2tFfwmE7@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 cyril@freebsdfoundation.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cyril@freebsdfoundation.org --- Comment #3 from cyril@freebsdfoundation.org --- You may be interested in the patch here which shows an optimization that sp= eeds up sort by a significant amount, though not equivalently to the speed of gs= ort: https://reviews.freebsd.org/D30170.=20 The flags --qsort, --mergesort may also be of interest, since they are fast= er than heapsort, the default algorithm used by sort. --=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-eX2tFfwmE7>