@TheJamsh no offence. I’m not an expert, but it just seems pretty funny to me.
Core classes like UObject, AActor, etc. are bloated, engine heavily use polymorphism and virtual calls, which destroys cache and branch-prediciton… and people are debating whether to send int64 by value or by reference. Hilarious
1 Like