We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
中实现的基准测试
另请参阅 Azul Vega 1 + Scala actor 和 用于有趣语言的 Azul 快速字节码 和 本文。
Here is a benchmark implemented in
Also see Azul Vega 1 + Scala actors and Azul Fast Bytecodes for Funny Languages and this paper.
当我使用这个围绕我的模型实现构建的简单参与者进行性能测试时,它每秒的吞吐量为 444773.906 条消息。显然,这是一个人为的测试,但它可以让您大致了解它在野外的表现。
大小
我打开了探查器,看起来我的实现是 944 字节。 :(
When I ran a performance test with this simple actor built around my implementation of the model it had a 444773.906 message per second throughput. Clearly it is a contrived test but it gives you a general idea of how it might perform in the wild.
Size
I broke out the profiler and it looks like my implementation is 944 bytes. :(