上一页 1 2 3 4 5 6 7 8 9 ··· 23 下一页
摘要: 【问题描述】 10个生产者malloc(50KB),1个消费者(模拟业务,1ms后free) 调用malloc接口大概13us,分析耗时 【调用栈】 【编译调试】 root@jch:~/glibc_test/glibc-2.31/build# make install -sj;gcc -g -L / 阅读全文
posted @ 2023-06-04 18:53 stupidstan2019 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 【pg安装】 https://www.cnblogs.com/TangKnife/p/16053486.html 【tpcc客户端程序】 https://blog.csdn.net/twi_twi/article/details/128270884 【pg-waldump】 https://www. 阅读全文
posted @ 2023-06-04 10:05 stupidstan2019 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 【参考】 https://www.jianshu.com/p/769611dd86b7 【备注】 TPC 是一系列事务处理和数据库基准测试的规范 TPC-C(Transaction Processing Performance Council)是针对 OLTP 的基准测试模型 tpmC 值(Tran 阅读全文
posted @ 2023-06-04 09:21 stupidstan2019 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 编译期做类型检查,c++11引入, 解决c语言直接转换不安全的问题/方便找转换代码build_static_cast_1 build_static_cast 阅读全文
posted @ 2023-03-12 16:45 stupidstan2019 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 【参考】 https://stackoverflow.com/questions/573294/when-to-use-reinterpret-cast 1)static_cast指针转换void*保留了原地址 reinterpre_cast保证转换回来能获得原来的值 2)从int转换为float 阅读全文
posted @ 2023-03-12 10:03 stupidstan2019 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 1)leader_apply流程图 https://github.com/kasshu/braft-docs/blob/master/images/braft_leader_apply.png 相比follower,leader写时,多把response放在内存里 2)braft使用方法 https 阅读全文
posted @ 2023-02-20 23:52 stupidstan2019 阅读(56) 评论(2) 推荐(0) 编辑
摘要: 编译问题 1)Fail to find brpc 解法:./CMakeLists.txt,7行添加 set(BRPC_INCLUDE_PATH "/root/brpc/build/output/include/") set(BRPC_LIB "/root/brpc/build/output/lib/ 阅读全文
posted @ 2023-02-20 22:32 stupidstan2019 阅读(32) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/2517190/how-do-i-force-git-to-use-lf-instead-of-crlf-under-windows 第二个回答 阅读全文
posted @ 2023-02-20 21:58 stupidstan2019 阅读(73) 评论(0) 推荐(0) 编辑
摘要: 【问题】 2020的project,goland有gopath路径问题 参考https://stackoverflow.com/questions/68138664/golang-unexpected-directory-layout-even-with-right-directory-setup 阅读全文
posted @ 2023-01-31 22:46 stupidstan2019 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 【参考】 https://www.cnblogs.com/heimianshusheng/p/13530672.html 阅读全文
posted @ 2023-01-29 20:50 stupidstan2019 阅读(48) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 23 下一页