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 14:36:37 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040124

Dick Hessel wrote:
Hi,
I was looking at some data in a 6MB text file using sort.
When I used the --key flag, the speed of sort was embarrassingly bad.
It was *~80 times slower* on my new Athlon64 processor as on
an old 1GHz P3 using cygwin's sort under Windows 2000!

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

Hmm, are you sure it's all sort's fault?

can you time the following on the suse box:

export LANG=C
time grep -F "konnect 1" Out_konnect | sort --key=4,4n

--
Pádraig Brady - http://www.pixelbeat.org
--




reply via email to

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