|
|
|
|
|
by _huayra_
2060 days ago
|
|
I haven't used the JVM in a long time, but judging by the web framework benchmarks I've checked out this morning e.g. [0], it seems like there are many Go frameworks that beat those on the JVM. I agree with other commenters on this thread that in general such benchmarks may not mean a lot when compute is so cheap and the autoscaling infrastructure is awesome, but I often work on embedded platforms or other resource constrained devices where adding the JVM is a nonstarter (not that Django or Rails is an option either in those cases). [0] https://github.com/the-benchmarker/web-frameworks |
|
Secondly, something seems off if a php framework is getting top place, unless it's doing some AOT compilation.