We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Mmapping the fs can make the Sqlite backend faster.
https://www.sqlite.org/mmap.html
This could be a configuration for LSH<H, N, Sqlite<_>, K> that could be set as builder pattern.
LSH<H, N, Sqlite<_>, K>
let lsh = LshSql::new(..) .use_mmap()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Mmapping the fs can make the Sqlite backend faster.
https://www.sqlite.org/mmap.html
This could be a configuration for
LSH<H, N, Sqlite<_>, K>
that could be set as builder pattern.The text was updated successfully, but these errors were encountered: