Post #2945578
2025-10-25 13:16 UTC
@scops@social.tchncs.de @CarbonCarrot@mastodon.social
But the script part...
Even that isn't that slow these days, modern applications are more often bottle-necked by IO and network calls, so if your apps are slow, it's probably the lack of async/threading.
more complex structures means more cpu usage
Absolutely, I just wanted to say that this isn't inherent to CSS, any modular styling framework will struggle more with complexity :)
Replies (1)
-
@scops@social.tchncs.de 2025-10-25 13:20
@monster@tech.lgbt @CarbonCarrot@mastodon.social yeah indeed... how fast gtk2 was on my OpenPandora with 1ghz omap :) I wish modern frameworks could reach this performance - and could look nice