|
|
|
|
|
by apta
2058 days ago
|
|
Note that those benchmarks use a non-standard golang HTTP library (fasthttp I believe), which even according to it's author makes certain compromises and can be tricky to deal with, and can fail in edge cases (I'd avoid it for production). Whereas the Java versions are much more standard and safer to use. Secondly, something seems off if a php framework is getting top place, unless it's doing some AOT compilation. |
|