1. 首页
  2. 编程语言
  3. C++ 
  4. pwwMap2016 1 30

pwwMap2016 1 30

上传者: 2020-08-16 03:05:05上传 ZIP文件 581.21KB 热度 10次
优化读缓存,采用随机小块读文件的方式。提高diskmap整体性能一倍以上。 myMap.setDiskSign(g_sign++,1024*100,1024*1024*100); 读缓存=1024*100*8192=800M,8192是头文件设定的缓存小块 写缓存=100M pwwMap is update Optimize the read cache, read file using small random buffer. more than one times increase the performance of diskmap . http://sourceforge.net/
下载地址
用户评论
码姐姐匿名网友 2020-08-16 03:05:06

据说是一种新的内存cache方式,能达到更佳的性能,下载来学习一下。