Tracking
Contents
这个post为记录目前正在阅读与研究的section
Go语言设计
|
|
pprof对服务端性能影响的研究
考虑一些极端场景,比如极度追求性能,压榨系统资源以及技术栈必须是Go的业务场景下,是否能自己构建Reactor网络模型
GRPC框架对服务侧性能的影响
Russ Cox正则表达式系列
You should not be permitted to write production code if you do not have an journeyman license in regular expressions or floating point math. – Rob Pike
Regular Expression Matching Can Be Simple And Fast
Go内存原理与调度模型
正在整理专栏
Bound Checking Elimination
Crafting Interpreter
时常看PL和Compiler的基础
Kosaraju’s Algorithm
看William Lin的coding interview觉得用来处理树和图很好,算法4里也有
Heilmeier问题系列
思考某篇paper的选题
- What are you trying to do? Articulate your objectives using absolutely no jargon.
- How is it done today, and what are the limits of current practice?
- Who cares? [Support other’s research? Shape research landscape? Power applications in industry?]
- What’s new in your approach and why do you think it will be successful?
- If you’re successful, what difference will it make? [e.g. Contributions in theory/modeling? Improve accuracy by 5% on dataset A, B, C…?]
- What are the risks and the payoffs? [Further, how would you mitigate the risks? If your proposed method does not work, what could be alternative design? These can end up as discussions such as ablation studies in your paper.]
- How much will it cost? [e.g. How many GPUs do your experiments require? How long is each training process? How about data storage?]
- How long will it take? [How many hours are you going to work on this per week? When is the submission DDL? Can you make it?]
- What are the midterm and final “exams” to check for success?
Author CctoctoFX
LastMod 2020-12-19