
Story: Frontiers of Performance with Daniel Lemire
CoRecursive: Coding Stories
00:00
Don't Use Too Many Unusual Abstractions
Don't use too many unnecessary abstractions. Stay low level so that you get the full performance. The next trick is the one i think i'm least familiar with, n this one is about parallelism. If you can avoid these data dependencies, and if you can avoid t bad brances, then you can go really, really fast. So there are ways to break da dependencies, and thereare ways to break to the branches.
Transcript
Play full episode