I don't see any benchmarks here but I wonder how this compares to equivalent Python concurrency primitives.
cmittal79 an hour ago |
you can take a simple a+b code program written in both Ruby 3.3 and Python 3; and run it using concurrency features of each language and compare. This article has no intentions to provide any benchmarks and comparisons.
cmittal79 an hour ago |
benchmarks can never be right. machines with different specs will always show different results.
phendrenad2 36 minutes ago |
Seems like ractors would be perfect for a HTTP server.