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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Write Haskell as fast as C: exploiting strictness, laziness and recursion

73 点作者 rw超过 15 年前

4 条评论

dons超过 15 年前
BTW, I moved the articles to a different host last year,<p><a href="http://donsbot.wordpress.com/2008/05/06/write-haskell-as-fast-as-c-exploiting-strictness-laziness-and-recursion/" rel="nofollow">http://donsbot.wordpress.com/2008/05/06/write-haskell-as-fas...</a><p>and the follow-on using fusion,<p><a href="http://donsbot.wordpress.com/2008/06/04/haskell-as-fast-as-c-working-at-a-high-altitude-for-low-level-performance/" rel="nofollow">http://donsbot.wordpress.com/2008/06/04/haskell-as-fast-as-c...</a>
评论 #809005 未加载
michaelneale超过 15 年前
I am happy to see UNSW powering on in the FP world. Waaay back when I went there, they tried, valiantly, to teach us grubby Engineer hacker types the virtues of purity (via miranda), of I tried to ignore it and wanted to get to the good stuff that let me flip bits on a serial port. But now I am grateful for someone at least trying to "show me the way" so early on (and over time, I think it paid off).
rw超过 15 年前
Ah, was posted previously: <a href="http://news.ycombinator.com/item?id=190963" rel="nofollow">http://news.ycombinator.com/item?id=190963</a><p>Still, an awesome analysis that traverses the code hierarchy from assembly to Haskell.
three14超过 15 年前
I personally only care about optimizations that enable someone who's a domain expert in <i>something else</i> to write code that performs well. If I know Haskell at an intermediate level, and I'm focusing on the equations for protein folding, or game mechanics, or rocket trajectories, will I still be able to write code that performs well? Or do I need to be a Haskell expert first?
评论 #809058 未加载