add slab_mode
Use a memory friendly slab-based expiration algorithm to evict expired keys more efficient! (the performance comparison test: https://p5wr7m1ma3.feishu.cn/docx/doxcnpz0w2sg52Az61bRFEGlPqg)
Codecov Report
:exclamation: No coverage uploaded for pull request base (
develop@c12fc9c). Click here to learn what that means. Patch has no changes to coverable lines.
Additional details and impacted files
@@ Coverage Diff @@
## develop #38 +/- ##
==========================================
Coverage ? 69.56%
==========================================
Files ? 7
Lines ? 3138
Branches ? 0
==========================================
Hits ? 2183
Misses ? 955
Partials ? 0
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
另外,你需要在.github里的workflows里加一下slab model的测试,否则目前的CI覆盖不了你的代码

编译警告解决下