Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.8.0
-
None
Description
The ByteBufferInputSource is a bit faster than the BucketingInputSource so when parsing files we should mmap them to a ByteBuffer and use the faster InputSource. Note only does would this take advantage of ByteBufferInputSource performance, it would also take advantage of optimizations of mmap-ing files, which should be more performant than a FileInputStream.