首页 | 归档 | 分类 | 标签 | 关于 |
|
c++ 对象在堆上创建,还是在栈上创建:https://www.devbean.net/2014/02/cpp-create-object-on-heap-or-stack/
c++ 静态局部对象:https://www.cnblogs.com/stemon/p/4593424.html
c++ 日志库:https://github.com/amrayn/easyloggingpp
c++ 线程池:https://github.com/vit-vit/CTPL
c++ 占位符 std::placeholders :https://blog.csdn.net/nanjiye/article/details/52164279
C++之头文件声明定义:https://zhuanlan.zhihu.com/p/374285274
无锁队列的实现
https://coolshell.cn/articles/8239.html
https://km.woa.com/group/492/articles/show/152881?kmref=search&from_page=1&no=2
https://km.woa.com/group/24938/articles/show/479345?kmref=search&from_page=1&no=7
notify_one 的差劲性能
https://stackoverflow.com/questions/48936591/is-the-performance-of-notify-one-really-this-bad
微信高性能RPC框架:Summer
https://km.woa.com/group/24938/articles/show/235793
man 手册:https://man7.org/linux/man-pages/man8/ld.so.8.html
LD_PRELOAD 指定多个库文件
1 | # 使用冒号在文件之间做分隔。man 手册提到也支持空格,但写到 shell 中会出错,不要使用 |
LD_LIBRARY_PATH