Stars
C++ implementation of a fast hash map and hash set using robin hood hashing
A non-sampling profiler purpose built to measure and optimize performance of C++ low latency/real time systems
Financial Information Exchange Protocol C++ Library
《C++ Templates 第二版》中文翻译,和原书排版一致,第一部分(1至11章)以及第18,19,20,21、22、23、24、25章已完成,其余内容逐步更新中。 个人爱好,发现错误请指正
《Effective Modern C++》- 完成翻译
GoogleTest - Google Testing and Mocking Framework
Code to measure cache line size, processor cache size, and measure memory latency
A curated list of awesome C/C++ performance optimization resources: talks, articles, books, libraries, tools, sites, blogs. Inspired by awesome.
Tips and tricks to optimize your C++ code
Benchmark of different timer implementations(min-heap, red-black tree, timing wheel) 不同数据结构实现的定时器测试
A C++11 RPC framework based on future and protobuf, with utility: timer,ssl,future/promise,log,coroutine,etc