C 位域 内存布局 cpp / 作者: sidney / 2022年9月26日 位域的存储,内存布局,大小端的差异:https://blog.csdn.net/anyegongjuezjd/ […] C 位域 内存布局 Read More » 9 月 26 2022
LIKELY / UNLIKELY宏 cpp / 作者: sidney / 2022年9月26日 likely和unlikely这个指令是gcc引入的,作用是允许程序员将最有可能执行的分支告诉编译器。 简述 LIKELY / UNLIKELY宏 Read More » 9 月 26 2022
C++ 踩坑记录 cpp / 作者: sidney / 2022年9月19日 1.StringPiece StringPiece介绍: https://blog.csdn.net/zxpo C++ 踩坑记录 Read More » 9 月 19 2022