Use memory mapped files to improve IO performance #21
Labels
area:IO
Area: IO
category:performance
Category: performance/speed
priority:low
Priority: Low
status:ready
Status: this issue can be worked on now
On platforms that support mmap, we should probably just mmap files and read from there. However, this is only useful when we use the slice directly so that the
ParseBuf
overhead is completely gone.The text was updated successfully, but these errors were encountered: