Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Nov 2003 15:42:52 +1100
From:      Tim Robbins <tjr@freebsd.org>
To:        freebsd-hackers@freebsd.org
Subject:   Revised sort utility
Message-ID:  <20031115044252.GA17062@wombat.robbins.dropbear.id.au>

next in thread | raw e-mail | index | archive | help
I announced my BSD-licensed reimplementation of sort(1) on this list a few
months ago. Since then I've fixed many bugs found by my own testing and
the GNU textutils test suite, and vastly improved performance for many
common cases (e.g. the "fast path" is now qsort() -> memcmp()).

The new version is available at http://people.freebsd.org/~tjr/sort2.tar.gz .
Comments/patches are welcome.


Tim



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031115044252.GA17062>