摘要: 【x-paxos介绍】 https://ost.51cto.com/posts/12893 【polardbx使用x-paxos的commit】 https://github.com/polardb/polardbx-engine 182w行代码 【代码目录】 阅读全文
posted @ 2024-04-04 10:33 stupidstan2019 阅读(5) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/blastbao/p/8290332.html 大概差3倍 阅读全文
posted @ 2024-03-06 21:36 stupidstan2019 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 参考 https://blog.csdn.net/u012906122/article/details/132115917 项目现在大概5%,暂时放着 阅读全文
posted @ 2024-02-24 10:23 stupidstan2019 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 【tsc】 time stamp counter 【性能】 大概只要chrono接口的1/6时延 【测试程序】 #include <x86intrin.h> #include <chrono> #include <cstdio> using namespace std::chrono; int ma 阅读全文
posted @ 2024-02-13 12:11 stupidstan2019 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 【glibc2.17】 核心代码在1542-1566行 每个循环逻辑 1)源地址到寄存器,寄存器到目的地址 2)每次拷贝8次*2字节=16字节 【主要逻辑】 阅读全文
posted @ 2024-02-12 17:02 stupidstan2019 阅读(138) 评论(1) 推荐(0) 编辑
摘要: 【环境】 在ubuntu上没调好 centos上 debuginfo-install glibc-devel.x86_64 【源码分析参考】 https://blog.csdn.net/u011039332/article/details/127945984 【3k多行代码】 阅读全文
posted @ 2024-02-11 11:23 stupidstan2019 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 假设每秒10w个请求(2wlog, 8wpage) 阅读全文
posted @ 2024-01-24 20:08 stupidstan2019 阅读(19) 评论(0) 推荐(0) 编辑
摘要: https://man7.org/linux/man-pages/man2/futex.2.html 阅读全文
posted @ 2024-01-23 13:07 stupidstan2019 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 参考 https://blog.csdn.net/weixin_47108251/article/details/124971201 本地路径 E:\jch\2024_sync\BaiduSyncdisk 阅读全文
posted @ 2024-01-21 18:50 stupidstan2019 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 【逻辑结构】 1)c++的词法语法分析部分 D:\jch\2023\gcc\gcc\cp目录 20w行 主要文件 2)生成GMPLE和优化 gcc目录下 3)生成RTL和优化 RTL:寄存器传输语言 source/config/target子目录 阅读全文
posted @ 2024-01-21 11:22 stupidstan2019 阅读(6) 评论(0) 推荐(0) 编辑