-
-
Notifications
You must be signed in to change notification settings - Fork 313
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
perf(orama): improve speed of heavy tasks #682
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Wow! Thank you Matteo! Please make sure to format the code correctly by running Will review this ASAP |
@micheleriva version 1.4.1 of biome was not working on GitHub codespaces. I upgraded it to the latest one (1.6.4) and executed the |
I see a performance improvement of 5% in some cases during the search. |
This is awesome |
With this PR I would like to make some code changes in order to improve Orama's speed during heavy operations, like:
Additionally, since I don't know the details of Orama's codebase, I have inserted a couple of comments for future improvements that I can do in this PR or in another one.
Note for the reviewers: the only changes I made are in the
orama
package. Everything else is related to formatting fixes made by the biome upgrade