Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jun 1996 01:15:36 +0200
From:      Wolfram Schneider <wosch@cs.tu-berlin.de>
To:        "Andrey A. Chernov" <ache@freefall.freebsd.org>
Cc:        CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-gnu@freefall.freebsd.org
Subject:   cvs commit:  src/gnu/usr.bin/sort sort.c
Message-ID:  <199606092315.BAA02790@campa.panke.de>
In-Reply-To: <199606091619.JAA09122@freefall.freebsd.org>
References:  <199606091619.JAA09122@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Andrey A. Chernov writes:
>ache        96/06/09 09:19:11
>
>  Modified:    gnu/usr.bin/sort  sort.c
>  Log:
>  Compare 8bit alpha characters alphabetically using strcoll()

Did you do a performance test? On my 2.1R machine

locate / | head -10000 > /tmp/list

yesterday
$ time ./sort < /tmp/list >/dev/null
        2.30 real         2.05 user         0.21 sys

today
$ time ./sort < /tmp/list >/dev/null 
        7.37 real         6.51 user         0.18 sys

;-(((



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