Elektrine lite

← Feed

@woile@hachyderm.io

Post #1364954

2025-11-13 14:25 UTC

@Mara excellent news for print-driven-development! I'm mind blown that you were able to optimize it even more, do you have some explanation on how you achieved this?

Replies (1)

  • @Mara@hachyderm.io 2025-11-13 14:34

    It mostly comes down to removing a bunch of indirection, making the struct smaller, and adding a special case for the 'no arguments' case. Diagrams of before and after:

    Open ##1364955