@aj It’s quite a beast in terms of resource usage. Even for a single user, the baseline is quite high. Not sure about the last couple of years, but 4GB RAM used to be insufficient for a single-user no-CI setup.
Hugo 雨果
@whynothugo@fosstodon.org
Techsmith
Interested in #SelfHosting, #OpenSource, #Sustainability, #DigitalRights
User of #AlpineLinux and #OpenBSD.
xmpp://hugo@whynothugo.nl or #whynothugo on irc.libera.chat
Posts
Latest notes
@navi @lanodan The mian advantage is that you can change a getter from “return an internal field” to “return a field in an internal structure” or to computed property, all while maintaining API compatibility.
The runtime cost is real, and ideally you want the language/compiler to optimise the “it’s just an internal field” case.