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

Make vectors storable #8

Open
sebeaumont opened this issue Dec 9, 2019 · 0 comments
Open

Make vectors storable #8

sebeaumont opened this issue Dec 9, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@sebeaumont
Copy link
Owner

Rather than just unboxed we can base our vectors on storable too (assuming unboxed and storable are compatible) this will enable integration with e.g. hmatrix or roll our own c/llvm code. Since we are now running with dense word vectors even for bit vectors we might be able to get good performance. Repa would have been perfect but is now unmaintained, accelerate seems too burdensome having to port to a one off DSL and we have superfast code so we might as well use it. We can perhaps look at mmf again for sharing the vector space and creating the maps on heap.

@sebeaumont sebeaumont added the enhancement New feature or request label Dec 9, 2019
@sebeaumont sebeaumont self-assigned this Dec 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant