Which distros are energy efficient? I have a capable desktop, and I mean to push it, but I don’t want to be using energy if it’s not necessary. I’m not looking to rescue an old laptop, for example.
I hear CachyOS is fast. Does that translate to energy efficient?
(Does the OS even matter that much for efficiency?)


Do correct me if I’m wrong here, but aren’t those embedded libc only excel in taking less space? I wouldn’t be so sure if they’d be less resource intensive. If any, it may be more, due to the CPU vs memory trade-off.
I didn’t really understand, but I did heard that standard musl is lightweight but the performance is much worse than glibc. But chimera Linux changed the allocator to mimalloc that is bit less light then the standard allocator for musl but still much lighter than glibc. Also it’s performance is very close to glibc and can even beat it sometimes