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

Optimization: Don't create a new mosaic if the first n items are the same as the previous mosaic #70

Open
philvarner opened this issue Mar 21, 2023 · 0 comments

Comments

@philvarner
Copy link

Currently, we create a new mosaicjson upon any change to the query. However, we don't necessarily have to, if the first n results are the same for the new query. In this case, the previous mosaicjson will have the same contents of the new one to be created, so there's no need to create the new one, so the old one can be reused until the first n items change.

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