this post was submitted on 01 Apr 2026
24 points (100.0% liked)
Programmer Humor
30700 readers
2042 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Not sure about LLM's as thats not what my team does, but for API's we found better performance with PHP of the two, that was ~10yrs ago though...
Rust and Golang blow them both out of the water for REST API's. (Like by 100x speed/request rates) Definitely recommend going that way for high traffic endpoints. The last one I wrote, Rust won that battle, but ymmv.
good to know. that does make sense, since rust and golang aren't scripting languages.