TairHash icon indicating copy to clipboard operation
TairHash copied to clipboard

add slab_mode

Open bug-superman opened this issue 3 years ago • 1 comments

Use a memory friendly slab-based expiration algorithm to evict expired keys more efficient! (the performance comparison test: https://p5wr7m1ma3.feishu.cn/docx/doxcnpz0w2sg52Az61bRFEGlPqg)

bug-superman avatar Sep 20 '22 03:09 bug-superman

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.

codecov-commenter avatar Sep 20 '22 05:09 codecov-commenter

另外,你需要在.github里的workflows里加一下slab model的测试,否则目前的CI覆盖不了你的代码

chenyang8094 avatar Oct 18 '22 09:10 chenyang8094

image

编译警告解决下

chenyang8094 avatar Oct 19 '22 00:10 chenyang8094