this post was submitted on 18 Nov 2024
94 points (74.0% liked)

Memes

45681 readers
724 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
94
submitted 10 hours ago* (last edited 10 hours ago) by [email protected] to c/[email protected]
 

Check out my new community: [email protected]

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 8 hours ago

It used to be pretty terrible, but the frameworks are getting there, starting with the languages they are based on.

Believe it or not, Java has been optimized a ton and can be written to be very efficient these days. Another great example of a high-level, high-efficiency language is Julia. And then there is Rust of course, which basically only sacrifices memory-efficiency for C-speeds with Python-esque comfort. It's getting better.