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

Speed up initial start #43

Open
blakek opened this issue Dec 10, 2020 · 1 comment
Open

Speed up initial start #43

blakek opened this issue Dec 10, 2020 · 1 comment

Comments

@blakek
Copy link
Owner

blakek commented Dec 10, 2020

Right now, this blocks execution on startup until the indexes are built. It would be more efficient to build the indexes at build time and package them with each release.

@blakek
Copy link
Owner Author

blakek commented Dec 10, 2020

Looking into this, it seems the sphere-knn package provides access to the built indexes, but is no longer maintained. From my limited testing, it seems easy to serialize indexes to JSON.

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