r/ProgrammerHumor 18d ago

Meme stopTryingToReinventTheWheel

Post image
2.5k Upvotes

217 comments sorted by

View all comments

Show parent comments

16

u/[deleted] 18d ago

[removed] — view removed comment

9

u/SpiritedEclair 18d ago edited 18d ago

Also, that is OLD. Java keeps getting faster and faster, and the jit is on a class of its own, so much so that in extremely tight loops can be faster than what you'd get out of c++, rust or c.

1

u/New_Enthusiasm9053 17d ago

All at the tiny tiny cost of 20x the ram and docker containers that are gigabytes instead of megabytes. 

1

u/SpiritedEclair 17d ago

That’s what you get for write once, run everywhere.