Re: file read and processing pretty slow. ideas?
"Hannes Wallnoefer" <[email protected]> Mon, 16 Jul 2007 09:56:48 +0200
| Newsgroups | gmane.comp.java.helma.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Joshua, 2007/7/16, Joshua Paine <[email protected]>: > > Still no clue why my file reading is so slow, though. the helma.* code is a re-implementation in Javascript of what helma previously implemented "natively" in Java. It is rather new code, and may not be well tested or optimized in all cases. You should be able to test the old, native code by just dropping the helma. prefix, using File(...) instead of helma.File(...). If that doesn't help, another option is to use the java.io.* Api directly. Hannes