Skip site navigation (1)Skip section navigation (2)
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/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255551

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 speeds
up sort by a significant amount, though not equivalently to the speed of gsort:
https://reviews.freebsd.org/D30170. 

The flags --qsort, --mergesort may also be of interest, since they are faster
than heapsort, the default algorithm used by sort.

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

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-255551-227-eX2tFfwmE7>