[MPlayer-dev-eng] latest CVS

Felix Buenemann atmosfear at users.sourceforge.net
Sat Jan 12 21:29:53 CET 2002


On Saturday, 12. January 2002 18:25, you wrote:
> > Please use standard awk instead of gawk. It's more portable and you won't
> > worry about awk implementation installed. Oh, and another point: mawk
> > is faster than gawk ...
>>
> Gawk spends 3 sec under WinNT on Cel1-266 ;)
mawk 1.3.3 on PIII 500, 256MB, Linux 2.4.x:
root:~/develop/mplayer/main/libdha# time awk -f pci_db2c.awk pci.db
Total lines parsed: 6074

real    0m0.822s
user    0m0.680s
sys     0m0.020s

mawk 1.3.3/gawk 3.1.0 on PIII 850, 256MB, Linux 2.4.x:
atmosfear at astral:~/develop/mplayer/main/libdha> time gawk -f pci_db2c.awk 
pci.db
Total lines parsed: 6074

real    0m0.842s
user    0m0.770s
sys     0m0.000s
atmosfear at astral:~/develop/mplayer/main/libdha> time mawk -f pci_db2c.awk 
pci.db
Total lines parsed: 6074

real    0m0.465s
user    0m0.420s
sys     0m0.000s

-- 
Best Regards,
	Atmos
____________________________________________
- MPlayer Developer - http://mplayerhq.hu/ -
____________________________________________



More information about the MPlayer-dev-eng mailing list