Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 315 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 315 Bytes

TCACHE代码仓库

本仓库为TCACHE代码实现仓库,包含本地缓存、位图索引和布隆过滤器组件。 TCACHE项目细节见: https://zhuanlan.zhihu.com/p/635603181

本地组件:

  • 本地缓存:cache
  • 位图索引:bitmap
  • 布隆过滤器:bloomfilter(TODO)