Playback speed
×
Share post
Share post at current time
0:00
/
0:00
1

Recording: Performance Engineering Techniques Behind 1BRC

1

This is the recording of the live session covering some of the performance engineering techniques behind problems like 1BRC. We tried to cover a lot of ground:

  • Background on X86 ISA and some assembly code patterns

  • Compiler level optimizations

  • Microarchitecture level features of X86

    • Instruction level parallelism

    • Branch prediction

    • Caches

  • Finally, we went through a 1BRC implementation. Where we went through different improved versions of the implementation, each version built on the previous one by fixing one of the performance bottlenecks identified from the flamegraph.

There was a lot more to cover with very limited time. I would have loved to spend more time on 1BRC code, or even cover some more optimization techniques.

Resources

You can access the slides here, and the 1BRC code that we discussed here.

1 Comment
Confessions of a Code Addict
Live Sessions
Archive of all the live sessions for the premium subscribers and whoever purchases them