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

Add support for mmap-backed CDB reader #7

Open
gnewton opened this issue Dec 10, 2022 · 0 comments
Open

Add support for mmap-backed CDB reader #7

gnewton opened this issue Dec 10, 2022 · 0 comments

Comments

@gnewton
Copy link

gnewton commented Dec 10, 2022

Hello,
I saw the issue on the https://github.com/colinmarc repo regarding using an mmap-backed reader colinmarc/cdb#11 and thought that it might be something to play with to see if it returns similar read performance improvements for cdb64. The performance improvements are pretty compelling (x35 faster). The 0 allocs/op is also nice. :-)

A fork of the colinmarc repo by the person who authored the above issue has implemented the mmap reader: https://github.com/cipriancraciun/go-cdb-lib

Thanks,
Glen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant