this post was submitted on 08 Jan 2025
1037 points (98.1% liked)

Programmer Humor

19918 readers
2048 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

founded 2 years ago
MODERATORS
1037
Good guy clippy (lemmy.zip)
submitted 2 days ago* (last edited 2 days ago) by [email protected] to c/[email protected]
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 18 points 1 day ago

Unreal pushes a lot of "hip tech" that supposedly improves performance, but often it turns out that many example cases are just really poorly optimised. With more traditional optimization techniques more can be achieved.

Unreal can perform really, really well, it's just that it won't by default. And many devs are too lazy to properly profile their games to figure out how to improve it.