• 4 Posts
  • 160 Comments
Joined 1 year ago
cake
Cake day: September 8th, 2023

help-circle







  • raldone01@lemmy.worldOPtoRust Programming@lemmy.mlRuntime Const Generics
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    23 days ago

    I thought about all these points too. I agree. It’s really not worth doing.

    It is only benefitial at all, if dynamic dispatch is already in use. Then this “feature” is free besides the binary size.

    I mostly thought about the code not slowing down the usual path and still retaining the option to change it at runtime.

    Thanks for the detailed outline though.

    Nothing is wrong with the logging crates. :)

    I thought more about putting debug visualizations in the debug blocks - not log statements.