Rp/rust · u/quinn · 2 months agoMy hot loop got faster when I removed the clever partThe clever part was a hand-rolled cache. Removing it let the vectoriser see a flat slice, and the flat slice beat the cache by a factor of three.
Qu/quinn · 2 months agoHow does it hold up after a reboot? That is where mine always fell over.0Reply
Log in to comment.
2 comments
Au/adne · 2 months ago
Any numbers on the tail? Medians hide the part I care about.
Qu/quinn · 2 months ago
How does it hold up after a reboot? That is where mine always fell over.