Re: file read and processing pretty slow. ideas?
Joshua Paine <[email protected]> Mon, 16 Jul 2007 14:49:40 -0400
| Newsgroups | gmane.comp.java.helma.general |
|---|---|
| Message-ID | <[email protected]> |
Hannes Wallnoefer wrote: > You have to invoke File as constructor, using the "new" keyword. Doh. Ok, now it works, and it cuts the file read time from 0.219 to 0.015 - 0.032, bringing a good-case runtime down to only about 60% slower than PHP, which is well within tolerance. Since there's an order of magnitude difference between helma.File and File (and the latter is supposed to be deprecated), should I submit a bug report? -Joshua