I would use use Unix shell command "cat" to paste all files into 1 big file and then just read that file. the slowness is coming from too many open and close calls. when reading large files Java is as fast as python. -- This message posted from opensolaris.org _______________________________________________ opensolaris-help mailing list opensolaris-help@opensolaris.org
- [osol-help] Need a fast ascii file reader in Java Girish Rao
- Re: [osol-help] Need a fast ascii file reader in Java stephen bond