Hana Dusíková :: Lightning Updates

Presented at Core C 2023 conference. This talks describes an update system designed for scale of 100s M of users. It presents generic solution to update any data-structure in a simple way using modern C facilities in standard library only. It shows arguments for strong types and readable code using verbs and nouns. Even if you are not going to need such functionality, this talk can serve as an inspiration how to write clean code. ===== Hana is SG7 chair which is a study group for Static Reflection in the ISO C committee. She created Compile Time Regular Expression (CTRE) library and Compile Time Hash (cthash).
Back to Top