currenthashmap 与 ehcache 性能对比

环境:1 启动12线程插入数据5000条

         2启动一个轮询查询线程

         3数据对象为连个一个long 一个String

        

         注意:为了测试硬盘读取写缓解性能

        2000 maxElementsInMemory="2000"

 

 

结果如下 currenthashmap

 currenthashmap 与 ehcache 性能对比_第1张图片

 

ehcache

 currenthashmap 与 ehcache 性能对比_第2张图片

 

 

启动 io 后 会产生后台线程 而且更可恶的是 一个cache 后面的线程是一对一的

currenthashmap 与 ehcache 性能对比_第3张图片 

    

你可能感兴趣的:(cache,IO,String,测试)