TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Patching until the COWs come home

76 pointsby alex_hirneralmost 4 years ago

3 comments

ekimekimalmost 4 years ago
The second half of the article is here: <a href="https:&#x2F;&#x2F;lwn.net&#x2F;Articles&#x2F;849876&#x2F;" rel="nofollow">https:&#x2F;&#x2F;lwn.net&#x2F;Articles&#x2F;849876&#x2F;</a>
giovannibonettialmost 4 years ago
This reminds me of the Haskell language, which goes to great lengths to be &quot;lazy&quot;, meaning it tries to avoid doing computations until the last moment.<p>Sometimes it is convenient (e.g. to work with infinite&#x2F;very large lists), but I&#x27;ve heard that oftentimes it makes the performance very unpredictable, as a CPU spike arrives all of a sudden in the last moment.<p>Anyway, take this with a grain of salt, as I&#x27;m still beginning my journey with the language.
评论 #27644542 未加载
评论 #27641874 未加载
AlexanderDhoorealmost 4 years ago
Solution: don&#x27;t use copy-on-write?
评论 #27640770 未加载
评论 #27642900 未加载