Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use memory mapped files to improve IO performance #21

Open
LukasKalbertodt opened this issue Apr 9, 2019 · 0 comments
Open

Use memory mapped files to improve IO performance #21

LukasKalbertodt opened this issue Apr 9, 2019 · 0 comments
Labels
area:IO Area: IO category:performance Category: performance/speed priority:low Priority: Low status:ready Status: this issue can be worked on now

Comments

@LukasKalbertodt
Copy link
Owner

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.

@LukasKalbertodt LukasKalbertodt added priority:low Priority: Low T-days area:IO Area: IO status:ready Status: this issue can be worked on now category:performance Category: performance/speed labels Apr 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:IO Area: IO category:performance Category: performance/speed priority:low Priority: Low status:ready Status: this issue can be worked on now
Projects
None yet
Development

No branches or pull requests

1 participant