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

In-memory vector space models #46

Open
iokuznetsov opened this issue Oct 13, 2015 · 0 comments
Open

In-memory vector space models #46

iokuznetsov opened this issue Oct 13, 2015 · 0 comments

Comments

@iokuznetsov
Copy link

It is technically possible to operate BerkeleyDb in-memory, but this option is not available in the current wrapper classes. Uncompressed models tend to be huge; however, larger machines could benefit from reading vectors from memory directly instead of accessing the disk. The caching option serves this purpose to some extent, but consumes memory very fast.

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