You are not logged in.
@quickfur tokens?
1 million lines of code is very damn excessive. Actually, I was wrong, openrc has less than 20K lines of code currently. 1/5 of the limit I had said.
less than 100k?
Nah, its less than 20K
Hmm... thats weird, it looks like systemd must have been getting stuff torn out, because i see it has 790K
https://openhub.net/p?page=6&query=init
But yeah, 790K is still massively unreasonable.
Last edited by zapper (2024-01-16 03:38:35)
Freedom is never more than one generation away from extinction. Feelings are not facts
If you wish to be humbled, try to exalt yourself long term If you wish to be exalted, try to humble yourself long term
Favourite operating systems: Hyperbola Devuan OpenBSD
Peace Be With us All!
Offline
A token is a syntactic unit in a programming language, such as a keyword, operator, identifier, or literal. Most importantly, whitespace or comments are not tokens, so the number of tokens is not skewed by empty lines or the presence or absence of whitespace, unlike lines of code. Also an identifier is a single token, so the number of tokens also doesn't get skewed by how long or short your identifiers are.
Of course, token counts are generally not comparable across languages, and depending on what exactly those tokens are the same count may represent different levels of complexity. But it's generally a more accurate measure than lines of code.
Online
Systemd for example has 1 million lines of code vs openrc which has like less than 100000 lines of code.
Hello.
Very interesting statistic. Where can i find it?
P.S.
Sorry for the noise. I find it
Last edited by stopAI (2024-01-16 12:13:47)
Online
Anyway, 790K LOC is totally insane for pid 1. The only place this kind of nonsense is even remotely reasonable is on Windows. 😜
I'm glad I took the leap and switched to Devuan, and restored some sanity to my system.
Online
openrc less than 20K vs systemd 790K
Facepalm.jpeg
Aye...
almost 40x bigger...
simply amazing...
in all the wrong ways though...
Freedom is never more than one generation away from extinction. Feelings are not facts
If you wish to be humbled, try to exalt yourself long term If you wish to be exalted, try to humble yourself long term
Favourite operating systems: Hyperbola Devuan OpenBSD
Peace Be With us All!
Offline