SRFI-18 的多核实施方案实施?

发布于 2024-10-17 17:33:34 字数 138 浏览 2 评论 0原文

我将从事一个并发编程项目,如果能够使用Scheme 那就太好了。然而,对于这个项目,确实有必要使用不同的 CPU 核心(基于连续的线程不行)。

那么,是否有一些 R5RS 方案可以利用不同的 CPU 内核来实现 SRFI-18?

I'll be working on a project in concurrent programming, and it would be nice to be able to use Scheme. However, for this project it will be really necessary to use different CPU cores (continuation-based threads won't do).

So, is there some R5RS Scheme that implements SRFI-18 making use of different CPU cores?

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

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

发布评论

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

评论(3

不弃不离 2024-10-24 17:33:34

Guile 2.0 有一个 使用 POSIX 线程的 SRFI 18 实现。 (Guile 1.8 有 POSIX 线程,但没有 SRFI 18。)

Guile 2.0 has a SRFI 18 implementation that uses POSIX threads. (Guile 1.8 had POSIX threads, but no SRFI 18.)

以歌曲疗慰 2024-10-24 17:33:34

迟到总比不到好:

bigloo 支持 srfi-18POSIX 线程

Better late than never:

bigloo supports srfi-18 and POSIX-threads

霊感 2024-10-24 17:33:34

鸡计划 编译为 C 和 支持 SRFI-18(尽管您应该阅读注释部分!)。

Chicken Scheme compiles to C and supports SRFI-18 (although you should read the notes section!).

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