摘要:
文件:zmoalloc.h zmoalloc.c 1.求两个整数的余数 eg: 求_n对sizeof(long)的余数(_n&(sizeof(long)-1)), 性能提升为50%~100% 左右。 阅读全文
摘要:
https://github.com/antirez/redis http://try.redis.io/ http://www.redis.cn/documentation.html https://redissrc.readthedocs.io/en/latest/#id3 https://ww 阅读全文
摘要:
#include <memory> #include <array> #include <string> template<typename Functor> class TrieNode { public: TrieNode(): m_is_end(false), m_pfun(nullptr), 阅读全文
摘要:
https://github.com/paudley/lru_cache 阅读全文
只有注册用户登录后才能阅读该文。 阅读全文
摘要:
参考:https://www.jianshu.com/p/01601515ca31 《大规模C++程序设计》 函数接口: 1.运算符或非运算符函数? 2.自由或成员运算符? 3.虚函数或非虚函数? 4.纯虚成员函数或非纯虚成员函数? 5.静态或非静态成员函数? 6.const 或非const 成员函 阅读全文
摘要:
计算机书籍控 http://bestcbooks.com/recommend/most-influential-book/ 阅读全文