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

PERFORMANCE: avoid repeated serialization of terms #130

Closed
jacoscaz opened this issue Feb 16, 2021 · 1 comment
Closed

PERFORMANCE: avoid repeated serialization of terms #130

jacoscaz opened this issue Feb 16, 2021 · 1 comment

Comments

@jacoscaz
Copy link
Owner

We can improve write performance levels by avoiding duplicate and unnecessary term serializations. Terms can simply be serialized once and their serialized versions can then be concatenated around based on each index's permutation of terms. Whether the ROI of doing this is high enough to justify the effort is TBD.

@jacoscaz
Copy link
Owner Author

Closing this as ideas for performance improvements are now tracked as cards in https://github.com/beautifulinteractions/node-quadstore/projects/9 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

1 participant