Lisp HUG Maillist Archive

Re: fast implementation of the unix utility wc?

Thanks a lot for the correction:
I look for a word-frequency count
and not the "traditional wc".

My mistake.
	Armin
On Thursday 28 March 2002 20:11, Armin Roehrl wrote:
> Hello,
>
> 	I wonder whether s.b. has a fast
> implementation of the linux utility
> wc (word count) to share?
> All it does is it counts how often every word
> in a text appears and at the end it sorts
> that list and gives it out.
>
> I'm especially curious what tricks people suggest
> to speed-up the IO.
>
> Thanks a lot for your help,
>
> Armin.
>
> -----------------------------------------------
> Armin Roehrl, http://www.approximity.com
> Training, Development and Mentoring
> OOP, XP, Java, Ruby, Smalltalk, Datamining, Parallel computing, Webservices
> Koautor des ersten dt. Rubybuches http://approximity.com/rubybuch/

-- 
Armin.

-----------------------------------------------
Armin Roehrl, http://www.approximity.com
Training, Development and Mentoring
OOP, XP, Java, Ruby, Smalltalk, Datamining, Parallel computing, Webservices
Koautor des ersten dt. Rubybuches http://approximity.com/rubybuch/


Updated at: 2020-12-10 09:02 UTC