-
Notifications
You must be signed in to change notification settings - Fork 1
/
recommend.html
146 lines (125 loc) · 10.5 KB
/
recommend.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
---
layout: default
title: Recommend
---
<div class="container">
<div class="row-fluid main">
<div class="content posts col-md-9">
<h1>推荐阅读/使用的工具</h1>
<p><a href="https://isocpp.github.io/CppCoreGuidelines/">CppCoreGuidelines</a>| <a
href="https://godbolt.org/">Compiler Explorer aka godbolt</a> | <a
href="https://itanium-cxx-abi.github.io/cxx-abi/abi.html#acknowledgements">Itanium C++ ABI</a> | <a
href="http://zh.cppreference.com/w/%E9%A6%96%E9%A1%B5">C++ Ref</a> | </p>
<p><a href="http://demangler.com/">demangle online</a> | <a href="https://d.fuqu.jp/c++filtjs/">c++filtjs</a> | <a
href="https://isocpp.org/blog">ISOCPP Blog</a> | <a href="https://hackingcpp.com/">hackingcpp, 汇集了很多c++资源</a>| <a href="https://www.fluentcpp.com/">Fluent C++</a> | <a
href="ttps://github.com/MattPD/cpplinks">cpplinks c++周边资料收集</a> | <a href="http://svr-pes20-cppmem.cl.cam.ac.uk/cppmem/">cppmem</a>
|</p>
<p><a href="https://www.agner.org/optimize/instruction_tables.pdf">Agner's Instruction tables</a>
|</p>
<p><a href="https://www.agner.org/optimize/optimizing_assembly.pdf">Agner's Optimizing ASM</a>
|</p>
<p><a href="https://rocksdb.org/blog/">rocksdb官方博客</a> | <a
href="https://wanghenshui.github.io/rocksdb-doc-cn/">Rocksdb中文wiki</a> (tks <a
href="https://github.com/johnzeng">johnzeng</a>) | <a
href="https://wanghenshui.github.io/MyRocks_zh_doc/">MyRocks CN Doc</a> (tks <a
href="https://github.com/zhangshuao/MyRocks_zh_doc">zhangshuao</a>) |</p>
<p><a href="https://eel.is/c++draft/">Cpp Draft</a> | <a
href="https://wanghenshui.github.io/gist-viewer/">Gist Viewer</a> | <a
href="https://readfree.me/">ReadFree</a> 已经死了,可惜 |</p>
<p><a href="http://highscalability.com/">highscalability</a> | <a
href="https://blog.subnetzero.io/post/2018/11/grimwhisker-language-and-stack/">Building a Data Pipeline -
Languages and Stack</a> |</p>
<p><a href="https://dirtysalt.github.io/html/leveldb.html">leveldb</a> | <a
href="http://craftinginterpreters.com/contents.html">Crafting Interpreters</a> | <a href="https://tdop.github.io/">TDOP</a> |
<a href="https://sqlzoo.net">sqlzoo for sql basic test</a> |</p>
<p><a href="https://github.com/zhenlohuang/awesome-distributed-systems">分布式系统阅读清单</a>| <a
href="https://github.com/ty4z2008/Qix/blob/master/ds.md">ds</a> | <a
href="http://christophermeiklejohn.com/">Christopher Meiklejohn's cool blog, about distribute system</a> |
</p>
<p><a href="https://flaggo.github.io/python3-source-code-analysis/">python源码分析</a> | <a href="https://huili.github.io/">sqlite3源码分析</a> </p>
<p><a href="https://www.cppstories.com/">Bartek's Awesome c++ blog</a>| <a
href="https://blog.tartanllama.xyz/">Simon Brand's c++ blog</a> | <a
href="https://www.fluentcpp.com/">Fluent C++</a> | <a href="https://foonathan.net/">foonathan::blog() Thoughts from a C++ library developer.</a></p>
<p> <a href="https://baptiste-wicht.com/">baptiste-wicht's cool blog, about c++</a> | <a
href="https://vector-of-bool.github.io/"> vector-of-bool不知道叫啥不过博客写的不错</a> </p>
<p><a href="https://tromey.com/blog/">tromey关于编译和安全的</a> |<a href="https://lemire.me">lemire, 追求性能</a> |<a
href="https://cor3ntin.github.io/">cor3ntin, modern c++</a> | <a href="https://ericniebler.com/">Eric Niebler, C++ Expert</a></p>
<p><a href="https://cppbenchmarks.wordpress.com/">cppbenchmark</a></p>
<p><a href="https://github.com/tuvtran/project-based-learning#cc">c++练习项目</a> | <a href="https://github.com/rby90/project-based-tutorials-in-c">c练习项目</a></p>
<p><a href="https://github.com/fenbf/AwesomePerfCpp">关于优化c++代码的一些资料</a></p>
<p><a href="https://leontrolski.github.io/index.html">python博客,写得不错</a></p>
<p><a href="https://jemma.dev/">ruby博客,解释GC</a></p>
<p><a href="https://docs.google.com/document/d/1gWQ_Uk60zIH6PvP1P4NYzz4TvrKWGCnltySBxwkradM/edit#heading=h.k6znr7t8urvp">CS525 UIUC SP21: Reading List</a></p>
<hr>
<p><strong>在线工具</strong></p>
<p><a href="https://excalidraw.com/">画图工具</a>
<p><a href="https://devhints.io/bash">bash cheat sheet</a> | <a href="http://www.yamllint.com/">YAML lint</a> | <a
href="https://oi-wiki.org/">oi wiki</a> | <a href="https://vim.rtorr.com/lang/zh_cn">Vim CheatSheet</a> | <a
href="http://www.asciitable.com/">ascii table</a> | <a href="https://regexper.com/">regex viewer</a> |</p>
<p><a href="https://www.random.org/strings/">random string</a> | <a href="https://passwordsgenerator.net/">random
password</a> | <a href="https://currentmillis.com/">current time</a> | <a href="https://markdowntohtml.com/">markdown to html</a></p>
<p><a href="https://www.epochconverter.com/">时间戳转换为时间。有生之年的时间戳都是九位数</a>|</p>
<p><a href="https://emn178.github.io/online-tools/sha1.html">sha转换工具</a>|</p>
<p><a href="https://officialpm.github.io/Slideshare-Downloader/">slideshare ppt在线下载</a>|</p>
<p><a href="https://curl.se/h2c">headers to curl工具</a>|</p>
<hr>
<p><strong>一些数据库相关的博客</strong></p>
<p><strong>数据库知识阅读清单</strong></p>
<p><a href="https://github.com/erikgrinaker/readings/blob/master/databases.md">经典数据库相关的书籍/论文</a></p>
<p><a href="https://iswade.github.io/02_distributed_system_papers/">经典分布式系统论文翻译</a></p>
<p><a href="https://www.allthingsdistributed.com/">All Things Distributed, 亚马逊的</a></p>
<p><a href="https://databasearchitects.blogspot.com/">Database Architects 严格来说这个不是数据库的,就是讲代码的</a></p>
<p><a href="https://blog.acolyer.org/">morning paper, cs paper停更了</a></p>
<p><a href="https://brooker.co.za"> Marc Brooker 亚马逊的,这大哥博客不错</a></p>
<p><a href="https://vonng.gitbooks.io/ddia-cn/content/ch1.html">DDIA中文翻译, 基本知识</a></p>
<p><a href=" https://bohutang.me">虎哥博客,只有clickhouse相关的,值得读读,数据库老司机了</a></p>
<p><a href="https://fuzhe1989.github.io">付哲,这哥们博客也不错,数据库/c++</a></p>
<p><a href="https://nan01ab.github.io">一个读数据库论文的博客,字节跳动的</a></p>
<p><a href="https://grantzhou.github.io/">pg/数据库周报</a> | <a
href="http://mysql.taobao.org/monthly/">阿里mysql月报</a> |</p>
<p><a href="https://kernel.taobao.org">阿里云基础软件部博客</a></p>
<p><a href="http://www.brendangregg.com/blog/">linux preformance analysis</a></p>
<p><a href="https://lobste.rs/">lobster 一个技术讨论社区,不像hackernews什么都讨论</a></p>
<p><a href="http://dancres.github.io/Pages/">分布式系统阅读列表 英语</a></p>
<p><a href="https://github.com/pingcap/awesome-database-learning">pingcap公司的数据库阅读列表</a></p>
<p><a href="http://databasearchitects.blogspot.com/">一个数据库相关的博客</a></p>
<p><a href="http://www.hyper-db.com/">hyperdb 他们的论文点子很有意思</a></p>
<p><a href="https://tanelpoder.com//">经常定位问题的一位网友 咨询专家,博客有点意思</a></p>
<p><a href="http://smalldatum.blogspot.com">Mark Callaghan 的博客,他有很多对数据库的研究和测试</a></p>
<p><a href="https://github.com/digoal/blog">德哥 的博客,研究pg的</a></p>
<p><a href="https://ericfu.me/">eric fu,关于分布式数据库居多</a></p>
<p><a href="https://blog.k3fu.xyz/">tchaikov 这哥们做scylladb的,seastar理解很强,也在维护</a></p>
<p><a href="https://blog.mwish.me/">mwish,数据库方向了解的挺深的</a></p>
<p><a href="http://nark.cc/">terarkdb创始人,很多优化点</a> </p>
<p><a href="https://hcoona.github.io/">hcoona很多数据库论文阅读笔记</a> </p>
<p><a href="http://loopjump.com/">loopjump也是一个后台开发的工程师</a></p>
<p><a href="https://www.codedump.info/">codedump 写过很多代码走读分析的文章</a></p>
<p><a href="https://dirtysalt.github.io/html/blogs.html">dirtysalt</a> </p>
<p><a href="https://www.zenlife.tk/index/">zenlife.tk pingcap工程师,做数据库的</a></p>
<p><a href="http://andremouche.github.io/">andremouche, cool girl,也是pingcap公司做数据库的</a></p>
<p><a href="http://openinx.github.io/">openinx, 做hbase的,有一系列hbase文章,写的不错</a></p>
<p><a href="http://baotiao.github.io/">baotiao, 现在在阿里做mysql ,博客全是mysql的东西,之前做pika的</a></p>
<p><a href="https://www.xargin.com/">xargin,写go的</a></p>
<p><a href="https://tech.meituan.com/">美团技术团队博客</a></p>
<p><a href="https://pingcap.com/blog-cn/">pinpcap技术团队博客</a></p>
<p><a href="https://dropbox.tech/infrastructure/">dropbox基础架构博客</a></p>
<p><a href="http://ilinuxkernel.com/">Linux Kernel Exploration</a></p>
<p><a href="https://www.nosuchfield.com/">nosuchfield</a></p>
<p><a href="https://raoenhui.github.io">raoenhui,挺有意思的小姑娘</a></p>
<p><a href="https://bot-man-jl.github.io/articles/">BOTManJL,c++的博客,写的不错</a></p>
<p><a href="https://arthurchiao.art/articles-zh/">携程专家,很多文章翻译</a></p>
<p><a href="https://blog.xiaogaozi.org/">juicedata的,文章不错</a></p>
<p><a href="https://sf-zhou.github.io/">腾讯的,源码分析文章不错</a></p>
<p><a href="http://github.tiankonguse.com/index.html">腾讯的,很多算法题解</a></p>
<p><a href="https://zhewuzhou.github.io/">很多数据库知识整理,18年后不更新了</a></p>
<hr>
<p><strong>友情链接!</strong></p>
<p><a href="https://blog.greedfox.com//">阿薄的博客!</a></p>
<br><br>
{% include {{ site.baseurl }}comments.html %}
</div>
<div class="col-md-3 main-sidebar">
{% include {{ site.baseurl }}sidebar_main.html %}
</div>
</div>
</div>