|
|
|
|
|
by renox
2223 days ago
|
|
I would be very surprised that Go had lower latency than BEAM based languages, higher throughput/better CPU utilisation OK, lower latency?? Do you have a benchmark showing this? As for Pony, in theory it should be great but it looks very complex.. |
|
I singled out Go because it's the only reasonably mainstream multithreaded (need this for actors), statically typed (need this for CPU throughput), garbage collected (need this for ergonomics) language out there with an emphasis on keeping latency under control, and as such would be the only sensible target I know of to host the language I proposed.