文件名称:fcache:使用布隆过滤器作为本地内存缓存以进行快速设置操作
文件大小:317KB
文件格式:ZIP
更新时间:2024-07-05 21:11:36
C++
FCache Extensions (version 1.0.3) A php extension which can dump memory data to a binary file and load the file into shared memory to accelerate accessing. Table of Contents Install phpize ./configure make clean && make make test make install php.ini 配置 [fcache] extension=fcache.so ; data_dir 是索引文件目录 fcache.data_dir="/usr/home/zhujun5/data" ; 检查周期, 每 purge_period 秒进行一次清理检查操作 fcache.purge_period=43
【文件预览】:
fcache-master
----fcache_set.cc(5KB)
----deep_copy.cc(8KB)
----tools()
--------immutable_dict.php(3KB)
--------fixarray.php(1KB)
--------fcache_writer.php(531B)
--------fcache_long.php(716B)
--------fcache.php(1KB)
--------fcache_checker.php(779B)
----fcache_set.h(610B)
----php_fcache.h(3KB)
----tests()
--------002.phpt(2KB)
--------004.phpt(2KB)
--------001.phpt(587B)
--------003.phpt(2KB)
----LICENSE(1KB)
----fcache_dict.cc(11KB)
----fcache.cc(4KB)
----fcache_dict.h(428B)
----fcache_php_class.h(360B)
----deep_copy.h(671B)
----fcache_php_class.cc(1KB)
----php_logger.h(969B)
----fixed_array.cc(6KB)
----README.md(9KB)
----fixed_array.h(1KB)
----fcache()
--------shmm.h(360B)
--------bloom_filter.cc(6KB)
--------gtest()
--------file_utils.h(655B)
--------bloom_filter.h(2KB)
--------murmur_hash3.cc(8KB)
--------shmm_posix.cc(2KB)
--------bit_set.cc(3KB)
--------time_utils.cc(354B)
--------rand_utils.cc(981B)
--------rand_utils.h(343B)
--------file_utils.cc(2KB)
--------bit_set_unittest.cc(1KB)
--------utils.h(727B)
--------file_mapping.h(3KB)
--------log.h(527B)
--------consts.h(378B)
--------bit_set.h(1KB)
--------murmur_hash3.h(1KB)
--------time_utils.h(292B)
--------fc.h(4KB)
----config.m4(2KB)