https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255551
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from [email protected] --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
