On Wed, Jun 29, 2005 at 11:07:28PM -0700, Marvin Humphrey wrote:
> Please correct me if I'm wrong, but it seems impossible to realize
> Lucene/Plucene's inputstream and outputstream concepts without an
> enormous number of method calls -- every time a VInt has to be
> written or decoded, that's a method call, etc.
That's why I'm moving everything to read/write the entire file (or for
the longer files, the relevant section) in one shot, using pack and
unpack to marshall it into the format we want.
This all happens at the C level, and should be very fast.
Tony
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|