←back to thread

163 points mariuz | 1 comments | | HN request time: 0.204s | source
Show context
mwkaufma ◴[] No.43618250[source]
On ABZÛ we ripped out multiplayer and lots of other cruft from AActor and UPrimitiveComponent - dropping builtin overlap events, which are a kind of anti pattern anyway, not only saved RAM but cut a lot of ghost reads/writes.
replies(6): >>43618358 #>>43618532 #>>43619035 #>>43619088 #>>43621863 #>>43624533 #
pwdisswordfishz ◴[] No.43621863[source]
What's a ghost read? Search engines are failing me.
replies(4): >>43621972 #>>43621981 #>>43622956 #>>43625739 #
1. mwkaufma ◴[] No.43622956[source]
Unused memory accesses thrashing cache