多线程Haskell

发布于 2024-08-31 09:18:32 字数 126 浏览 8 评论 0原文

我正在学习 Haskell,现在想编写一些多线程程序,以了解函数式语言的性能提升。我可以在互联网上找到一些关于它的参考资料,但从未找到过对其的正确介绍。谁能给我指一个对于那些非常了解语法但不是 Haskell 向导的人来说可以理解的指南?

I'm learning Haskell and I'd like to write some multithreaded programs now to see the performance gains from that in a functional language. I can find some references to it on the internet but never a proper introduction to it. Can anyone point me to a guide which is understandable for someone who knows the syntax fairly well, but is not a wizard in Haskell?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

余厌 2024-09-07 09:18:32

我在 DEFUN 2009 上就这个主题开设了 3 小时的课程。幻灯片和代码在线:现在多核 Haskell!

I gave a 3 hour course on this topic at DEFUN 2009. The slides and code are online: Multicore Haskell Now!

拥抱影子 2024-09-07 09:18:32

我认为论文“Haskell 中的并行和并发编程教程”对您来说是一个完美的起点。您可以在这里找到它:

http://research .microsoft.com/en-us/um/people/simonpj/papers/parallel/index.htm

I think the paper "A Tutorial on Parallel and Concurrent Programming in Haskell" is the perfect starting point for you. You can find it here:

http://research.microsoft.com/en-us/um/people/simonpj/papers/parallel/index.htm

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文