CPP Optimzing
性能调优的必要性(思考启示) 可观测性 性能基准 性能可比较 性能热点分析 性能优化案例 编译期计算 数据对齐 数字类型转换 分支预测(Branching) 系统调用优化 编译器优化 -pg 优化代码案例 ...
性能调优的必要性(思考启示) 可观测性 性能基准 性能可比较 性能热点分析 性能优化案例 编译期计算 数据对齐 数字类型转换 分支预测(Branching) 系统调用优化 编译器优化 -pg 优化代码案例 ...
安装 nginx 服务 常用命令 location 用法 location URI 结尾带不带 / 例子 rewrite 用法 flag 四种参数 rewrite 后的请求参数 例子 Directive proxy_pass ...
课程表 延时服务课表 艾宾浩斯遗忘曲线 一年级行为规范儿歌 英语教材配套音频(一年级上册) 语文课文单元预习要求 一年级语文要求 一年级数学要求 一年级英语要求 一年级上寒假(学习建议) 语文 数学 英语 8-29 入学家长会 今日任务 准备事项 ...
基础 相关用法 lua_call lua_pcall 与 C++ 的交互 LuaBridge Luna 序列化 代码静态检查 Q&A 大数计算 Using lua_checkstack? Lua 5.3 升级注意事项 ...
Linux performance events subsystem perf: Linux profiling with performance counters Command Events Counting with perf stat Options controlling event selection ...
Finding Memory Leaks With Valgrind Helgrind (a thread error detector) Refer Finding Memory Leaks With Valgrind # Memcheck is the default tool. The --leak-check option turns on the detailed m...
HEAP PROFILER HEAP CHECKER CPU PROFILER Q&A heap.prof.0001.heap 文件的生成规则 pprof 在生成 svg 文件时输出 addr2line: DWARF error: could not find variable specification at offset xxx ...
Package Management Using Go Modules Creating a new module Adding a dependency Call local module Upgrading dependencies Adding a dependency on a new major version...
GCC (GNU project C and C++ compiler) C++ Compiler Support C++ Standards Support in GCC Update GCC 通过 scl 源的方式使用高版本 GCC CentOS (scl 方式) Ubuntu Basic g...
Prepare 编译器 How to printf uint64_t? Data Struct std::forward_list Iterator invalidation std::map (自定义 Key 比较) C++11 std::numeric_limi...