二月待读/点子
https://github.com/git-hulk/tcpkit
这个小工具是抓包打印延迟的。挺好用,学习一下,改成c++版本
这个抓包库很全 https://github.com/mfontanini/libtins,资料很多 http://libtins.github.io/examples/
再套上sol2,加上arg解析,就完成了
https://github.com/uutils/coreutils/issues 学习rust快速入门
了解原理,简单改成c++版本
https://github.com/vipshop/redis-migrate-tool
nim写的小编程语言 https://github.com/arturo-lang/arturo
一个刷题的youtuber,感觉国内也可以有类似的出道
https://www.youtube.com/watch?v=xAeiXy8-9Y8
她的代码
https://github.com/Errichto/youtube
一个rust parser工具,加速
https://github.com/tree-sitter/tree-sitter
https://tree-sitter.github.io/tree-sitter/using-parsers
一个test框架,macro-free https://github.com/boost-ext/ut#how-it-works 文档也很有意思。值得学习
cmu 15445解答 https://www.jianshu.com/nb/36265841
https://youjiali1995.github.io/database/CMU-15445/
这个人有很多paper review https://blog.csdn.net/weixin_37802735/article/details/108420136#comments_13612160
rocksdb 多线程写 快的小技巧 https://whoiami.github.io/ROCKSDB_PUT_LOCK_USAGE
用boost 写个proxy http://alexott.net/en/cpp/BoostAsioProxy.html
这里也有一些 paper review 还行https://blog.xiaogaozi.org/2020/06/02/maybe-news-issue-2/
table gen https://zhuanlan.zhihu.com/p/141265959
天才计划可以玩一玩 https://github.com/pingcap/talent-plan/
https://university.pingcap.com/talent-plan/
https://github.com/dataabc/weiboSpider 抓微博的
其实可以抓抓某些用户,找找交集
实现rafthttp://yuezhang.org/2019/06/25/try-impl-raft.html
boltdb
https://iswade.github.io/articles/boltdb/
parsergen 类似flex bison的东西?
https://github.com/buck-yeh/parsergen
rust 使用模式
https://rust-unofficial.github.io/patterns/idioms/concat-format.html
Cmu15445 一个go实现的bufferpool https://brunocalza.me/how-buffer-pool-works-an-implementation-in-go/
一个rust实现的ruby
https://github.com/artichoke/artichoke
关注一下keydb实现的mvcc
https://github.com/EQ-Alpha/KeyDB/search?q=mvcc
https://docs.keydb.dev/docs/pro-mvcc/
一个fio测试文件系统的例子,可以用于测数据库 数据准备加热https://juicefs.com/docs/zh/single_node_benchmark.html
Redpanda kafka代替品,快https://vectorized.io/blog/fast-and-safe/
实现flat_map rust https://www.eltonpinto.me/blog/posts/implementing_flatmap_in_rust/
k8s详解 https://www.huweihuang.com/article/kubernetes/kubernetes-pod-introduction/