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

您现在的位置是:虫虫源码 > 其他 > 缓存服务器* INX Library for

缓存服务器* INX Library for

  • 资源大小:540.00 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 缓存 服务器 INXLibraryfor

资 源 简 介

CCache(Common Cache) is a cache libary writing for the one who would like to cache data for frequent visiting.It caches data using mmap and makes you operating (insert, find, update, delete etc.) data very fast. Unlike memcached, it is a static libary, not a server, and if you want to use it, you must write server by youself, ccache does not care the protocol between server and client, and you must write your function pointer to compare the key in cache when you want to operate it(see demo in the test/testcache.c). CommonCache Main feature using mmap to cache data in file, so it can be used in multi-thead and multi-process application. support unfix size key node support hash-rbtree and hash-list structure use LRU algorithm to eliminate nodes when it is running out of its memory size fast, 100W/read operation on fix-size key node in no more than 0.5 second CommonCache document Following is the C

文 件 列 表

commoncache
.svn
bin
CHANGELOG
conf
deps
doc
include
lib
license
Makefile
obj
src
test
VIP VIP
0.249561s