今日已更新 68 条资讯 | 累计 27243 条内容
关于我们

标签:#r

找到 23116 篇相关文章

AI 资讯

Why two O(n²) loops can run 15× apart

Two nested loops can do the same work, have the same O(n²) complexity, and still run around 15× apart. A visual explainer on why: the RAM model, the memory wall, cache lines, locality, L1/L2/L3, prefetching, data layout and false sharing. It also covers how the timing difference between a cache hit and miss became the side channel behind Spectre and Meltdown. submitted by /u/Ok_Marionberry8922 [link] [留言]

2026-07-23 原文 →
开发者

Ask HN: What changed in your life when you started meditating (and how)?

It's my N-th attempt at learning to meditate. At some point, I realized that even lifting weights, sleeping and eating well aren't enough if you can't tame your thoughts and control your stress level. This time, I have started with the introductory course on the Waking Up mobile app. It's frustratingly difficult to even get through the first lesson in which you are supposed to focus on your breath and minimize the wandering of your mind. I think it would be very motivating to hear the stories of

2026-07-23 原文 →