[fpc-pascal] fast text processing

Graeme Geldenhuys graemeg.lists at gmail.com
Wed Oct 31 13:01:55 CET 2007


Well done Vincent!!  :-)  I can confirm your results...


graemeg at graemeg:word_parser$ time ./project1
Word count:126944
Unique word count:11793

real    0m0.185s
user    0m0.140s
sys     0m0.000s

graemeg at graemeg:word_parser$ time perl project1.perl
Word count: 126944
Unique word count: 11793

real    0m0.281s
user    0m0.244s
sys     0m0.016s


Hardware:  Intel P4 CPU 2.40GHz with 1Gig RAM
FPC Compiler:   v2.2.0


Regards,
  - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/



More information about the fpc-pascal mailing list