-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
In-Memory Cache Crate #12312
In-Memory Cache Crate #12312
Conversation
⏱️ 9h 55m total CI duration on this PR
🚨 1 job on the last run was significantly faster/slower than expected
|
f78c7c7
to
a6adf78
Compare
7d2be46
to
4fb7d0a
Compare
7d91fe0
to
8df8bee
Compare
f892e3d
to
ff71a06
Compare
From the discussion, to avoid burst of garbage collection, we could set the eviction size close to target size. like eviction size = 110% * target size. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #12312 +/- ##
=========================================
- Coverage 59.0% 58.4% -0.6%
=========================================
Files 817 821 +4
Lines 197089 197406 +317
=========================================
- Hits 116316 115410 -906
- Misses 80773 81996 +1223 ☔ View full report in Codecov by Sentry. |
6d1a633
to
ee262ef
Compare
ee262ef
to
f21aee5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pushing back to your queue. General feedback is to document a lot more. Would also be helpful to highlight the design choices directly in code b/c we'll surely forget.
3be7842
to
23dc124
Compare
2d8a173
to
07952ba
Compare
This issue is stale because it has been open 45 days with no activity. Remove the |
This issue is stale because it has been open 45 days with no activity. Remove the |
mark it not stale |
This issue is stale because it has been open 45 days with no activity. Remove the |
Let's just close this for now until we need to revisit it later 👍 |
Description
Design
Test Plan
Unit tests