Skip to content
败犬日报 2026-01-04

败犬日报 2026-01-04

1. 大模型的幻觉问题调研: LLM Hallucination Survey(文章)

https://zhuanlan.zhihu.com/p/642648601

2. std::sort 浮点数组,报段错误

大概率数组里面有 NaN,这样就是 UB 了。

3. C++20 Modules 用户视角下的最佳实践(文章)

https://chuanqixu9.github.io/c++/2025/12/30/C++20-Modules-Best-Practices.html

4. 一些很麻烦的面试题

K 个一组反转链表,排序 K 个有序链表,链表快排。

5. std::launder std::start_lifetime_as(文章)

如何使用std::launder?

std::launder和std::start_lifetime_as有什么联系和区别?