issues
search
happyfish100
/
libshmcache
libshmcache is a local cache in the share memory for multi processes. high performance due to read is lockless. libshmcache is 100+ times faster than a remote interface such as redis.
449
stars
136
forks
source link
特性咨询
#23
Open
wenboc
opened
5 years ago
wenboc
commented
5 years ago
是否支持无锁队列缓存,队列元素是不定长的
wenboc
commented
5 years ago
我的场景是,TCP通信并发太大,数据都是不定长流,目前想先直接存本地缓存。
是否支持无锁队列缓存,队列元素是不定长的