败犬日报 2025-03-03
败犬日报 2025-03-03
1. 梁文锋,yyds !! - 深度学习与NLP的文章 - 知乎
https://zhuanlan.zhihu.com/p/27209777213
虽然标题很那啥,但内容还挺好的。
2. C++ 跳出双重循环或跳出 if 的方法
没有很好的做法。
最合理的做法可能是 lambda 包一层,用 return 跳出。
用 goto 容易违反项目规范。
You suddenly visualize that I am looking over your shoulders and say to yourself: "Dijkstra would not have liked this"
另外,break label 的提案是有的 https://open-std.org/JTC1/SC22/WG21/docs/papers/2025/p3568r0.html。