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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Go Actor Model, fast distributed actors for Golang

115 点作者 RogerAlsing大约 9 年前

6 条评论

RogerAlsing大约 9 年前
Help wanted, There are a few easy to implement tasks here if anyone is interested in getting involved.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;rogeralsing&#x2F;gam&#x2F;issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rogeralsing&#x2F;gam&#x2F;issues?q=is%3Aissue+is%3A...</a>
nedsma大约 9 年前
Totally cool. Alsing and Stannard did a great work on Akka.NET, and I&#x27;m happy to see the OP making inroads into Golang projects. How does the message throughput compare between GAM and Akka.NET?<p>I might as well start contributing to this project.
评论 #11619405 未加载
vanderZwan大约 9 年前
So I have little real experience with Actor-based programming (although I&#x27;m looking into Pony so that might change soon). Are there situations where it would be elegant to <i>combine</i> the two models? I&#x27;m aware of, for example, GALS[0] but that isn&#x27;t quite what differentiates the two approached to concurrency, is it?<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Globally_asynchronous_locally_synchronous" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Globally_asynchronous_locally_...</a>
didip大约 9 年前
This is very exciting, thank you for building this.<p>Quick question on your sample codes, if actor is capable of receiving async messages, then channel is basically redundant, right?<p>What is the use case on using both, it looks like I can consume messages directly from the actor. I am not clear on that.
asfarley大约 9 年前
I&#x27;ll just leave this here<p><a href="http:&#x2F;&#x2F;asfarley.github.io&#x2F;bashactors&#x2F;" rel="nofollow">http:&#x2F;&#x2F;asfarley.github.io&#x2F;bashactors&#x2F;</a>
sagichmal大约 9 年前
<a href="https:&#x2F;&#x2F;github.com&#x2F;rogeralsing&#x2F;gam&#x2F;blob&#x2F;dev&#x2F;build.bat" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rogeralsing&#x2F;gam&#x2F;blob&#x2F;dev&#x2F;build.bat</a><p>Wat
评论 #11619357 未加载