touch fish 34
How fast can you open 1000 files?
apple垃圾,lemire写了个thread pool + thread的对比代码
[译][论文] Transformer paper | Attention Is All You Need(Google,2017)
[Transformer paper Attention Is All You Need](https://arthurchiao.art/blog/attention-is-all-you-need-zh/)
无聊的时候mark
有意思的开源
pwru 工具介绍和案例一则
从头构建大模型(英文)
用 Proxmox 敲开家庭服务器的大门(上)
Definancialization / Hyperfinancialization
C++23 features
deducing this, 在lambda Y Combinator递归里亮瞎我
原来要写
1
2
3
4
5
auto f = [&](auto&& f, int val) {
...
}
f(f, val);
现在有了deducing this之后
1
2
3
4
5
auto f = [&](this auto&& f, int val) {
...
}
f(val);
[翻译] 飞快地解析 JSON
This post is licensed under CC BY 4.0 by the author.