-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add caching #10
Comments
@KemingHe let's move caching-related changes to a separate PR so it's easy to review and also have caching-specific tests to ensure better context separately. |
|
Let us know your exact expectations of this task. Currently we only have one sentence to work with:
Before we begin. Thank you. 🌻 |
…ns workflow (#8) * test(__tests__ dir): added vitest and benchmarking to workflow * test(__tests__): refactored according to feedback. * chore(index.test.ts): fixed typo. * feat(Fuzzy.ts): added query result in-mem caching. Implemented testing for both cache hit and cache miss cases. done #10 * chore(git): hard reset to only testing implementation. * test(__tests__/__snapshots/): updated snapshots. * remove caching related stuff --------- Co-authored-by: Aakansha Doshi <[email protected]>
Add in-memory caching to optimize the perf and enhance the search results.
The text was updated successfully, but these errors were encountered: