摘要:
http://www3.ntu.edu.sg/home/ehchua/programming/howto/EclipseCpp_HowTo.htmlEclipse 4.3 (Kepler) for C/C++ ProgrammingHow To Install Eclipse CDT 8.2 and Get StartedEclipse is an open-source Integrated Development Environment (IDE) supported by IBM. The mother site is @ www.eclipse.org. Eclipse is popu 阅读全文
摘要:
1. redis事件的定义/* State of an event based program */typedef struct aeEventLoop { int maxfd; /* highest file descriptor currently registered */ int setsize; /* max number of file descriptors tracked */ long long timeEventNextId; /*下一个定时器的id*/ time_t lastTime; /* Used to detect system ... 阅读全文
摘要:
http://redis.io/topics/internals-vmVirtual Memory technical specificationThis document details the internals of the Redis Virtual Memory subsystem. The intended audience is not the final user but programmers willing to understand or modify the Virtual Memory implementation.Keys vs Values: what is sw 阅读全文