←back to thread

163 points mariuz | 1 comments | | HN request time: 0.203s | source
Show context
spockz ◴[] No.43618106[source]
Besides the memory savings, would there also be performance gains? More actors would now fit in a cache line.
replies(2): >>43618116 #>>43619116 #
1. larstofus ◴[] No.43619116[source]
I haven't profiled this specifically, but my guess is that there shouldn't be any measurable performance gains. Most of the time, actors are randomly scattered in memory anyway, so having smaller actors doesn't avoid a lot of cache misses.