TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Fear and Loathing in Lock-Free Programming

13 点作者 YAFZ超过 7 年前

4 条评论

charleslmunger超过 7 年前
I agree with this, mostly.<p>Sometimes the lock free version of a Java program is simpler than the version with locks. For example, I&#x27;ve often written classes where all the state was easy to fit into a single atomicreference.<p>The real danger comes from writing a lock free program without knowing they type of problems that are hard to solve without locks. Just like cryptography, the greatest danger comes from engineers who know just enough to be dangerous.
drallison超过 7 年前
Lock free systems are often worth the effort. A classic example is the operating system thesis done by Henry Masslin. <a href="http:&#x2F;&#x2F;web.cecs.pdx.edu&#x2F;~walpole&#x2F;class&#x2F;cs510&#x2F;papers&#x2F;06.pdf" rel="nofollow">http:&#x2F;&#x2F;web.cecs.pdx.edu&#x2F;~walpole&#x2F;class&#x2F;cs510&#x2F;papers&#x2F;06.pdf</a>
fulafel超过 7 年前
What is the state of the art in building high assurance lock free components? Are there type systems or proof assistants that are workable?
评论 #15436341 未加载
signa11超过 7 年前
we were somewhere around a race condition, at the edge of frustration, when the drugs began to take hold...