首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > CART缓存实现。

CART缓存实现。

  • 资源大小:690.08 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 缓存 cart 实现

资 源 简 介

This is my implementation of CART cache algorithm (http://www.cse.iitd.ac.in/~sbansal/pubs/fast04.pdf). Test folder contains comparison with LRU implementation from TBB package. Implementation is fully thread safe - you can use as many threads as you wish to access the cache. Has dependancy on http://threadingbuildingblocks.org. Dependancy on HashMurmur3 can be eliminated by using your favorite hashing function.

文 件 列 表

include
Cache.h
HashMurmur3.h
test
VS2010
VIP VIP
0.199347s