bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: sort 5.2.1 is VERY slow


From: P
Subject: Re: sort 5.2.1 is VERY slow
Date: Tue, 01 Mar 2005 18:38:24 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040124

Dick Hessel wrote:
That did the trick!  I did not realize that character set
translations where going on .  (I've never been a Unicode fan...)
Thanks!
Dick

Note grep and sort could be more clever in this regard.

Taking this example again:

grep "konnect 1" Out_konnect | sort --key=4 -n

"konnect 1" is a fixed ascii string, hence
grep can automatically do LANG=C and -F

sort could do similar optimizations.

Note these multibyte extensions have been
added (hacked in?) by distributions, and
are not in the official coreutils release.

Pádraig.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]