(no title)
_bsless | 4 years ago
I'd like to see a good example if you have one available, most of my performance work was done in a single-threaded context until now
_bsless | 4 years ago
I'd like to see a good example if you have one available, most of my performance work was done in a single-threaded context until now
reitzensteinm|4 years ago
But code primarily slowed down by pointer chasing down big maps, which is MillenialMan's complaint and fits my own experience, will absolutely be sped up linearly.
A bunch of cores sitting around waiting for the next HAMT node to come in will not interfere with each other in the slightest.