A short post on how variable names can leak out of macros if there is a name collision with a constant. I thought this was a delightful read!

  • @arendjr
    link
    24 hours ago

    Runtime performance is entirely unaffected by the use of macros. It can have a negative impact on compile-time performance though, if you overdo it.