上一页 1 2 3 4 5 6 7 ··· 23 下一页
摘要: 【参考博客】 https://www.cnblogs.com/oasisyang/p/15355667.html 【os】 ubuntu 20.04.1一定要1这个子版本 【安装遇到的问题】 1)git clone https://github.com/mit-pdos/6.828-qemu.git 阅读全文
posted @ 2023-09-30 11:02 stupidstan2019 阅读(4) 评论(1) 推荐(0) 编辑
摘要: 【数据结构】 数组存储 【api】 【问题1:push_back和emplace_back的实现】 https://gcc.gnu.org/onlinedocs/gcc-4.6.3/libstdc++/api/a01115_source.html 效果差别 https://en.cppreferen 阅读全文
posted @ 2023-08-09 22:37 stupidstan2019 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 【数据结构】 底层是一个双向链表 empty()直接判断首尾是否一个元素,o(1) size()遍历所有,o(n)复杂度 【类关系】 【接口】 阅读全文
posted @ 2023-08-09 22:15 stupidstan2019 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 【stl】 六种类型 【sgi-stl】 https://github.com/karottc/sgi-stl 阅读全文
posted @ 2023-08-09 22:09 stupidstan2019 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 1)内核月报 http://mysql.taobao.org/monthly/2023/06/03/ 2)polardb的论文 https://www.vldb.org/pvldb/vol15/p3432-chen.pdf 压缩效果对比 3)携程内核调度案例 https://cloud.tencen 阅读全文
posted @ 2023-07-23 10:40 stupidstan2019 阅读(9) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/cangqinglang/p/15751720.html cat /proc/interrupts https://www.cnblogs.com/xiaoxitest/p/10163138.html 阅读全文
posted @ 2023-07-20 23:34 stupidstan2019 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 【代码地址】 https://www.postgresql.org/message-id/CAGBW59f9q2Y4v-B3D8gje3xUsWz2Z-WaK9wYx4%3DhCY1zN%3D7%2BBQ%40mail.gmail.com 【修改之后】 根目录ant编译 【执行】 【代码主要逻辑】 阅读全文
posted @ 2023-07-02 11:00 stupidstan2019 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 插入和删除基本都是0.1us 测试10w条数据 // // // unordered_map::emplace #include <iostream> #include <string> #include <unordered_map> #include "sys/time.h" #include 阅读全文
posted @ 2023-06-22 11:41 stupidstan2019 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 占坑todo 阅读全文
posted @ 2023-06-18 20:02 stupidstan2019 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 【调用栈】 【代码】 【glibc2.17和2.18性能的讨论】 https://sourceware.org/bugzilla/show_bug.cgi?id=24872 阅读全文
posted @ 2023-06-18 20:01 stupidstan2019 阅读(149) 评论(1) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 23 下一页