[Bug 214248] mergesort_r should exist
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Nov 5 17:43:48 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214248
Bug ID: 214248
Summary: mergesort_r should exist
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: bin
Assignee: freebsd-bugs at FreeBSD.org
Reporter: Dave at Yost.com
For the same reason that there is a qsort_r there should be a mergesort_r and
_r variants of the other sorts.
qsort_r is needed when using it from a foreign language like Swift. Mergesort
is superior in many respects but cannot be used because there is no
mergesort_r.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list