this post was submitted on 26 Nov 2022
19 points (100.0% liked)
Open Source
823 readers
24 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
@ravermeister @serenity what's wrong with the Linux "performance"? The topic is wide spread, so it is important to name one spefic topic where other systems shine, but without further running software/daemons Linux should be very close to what is possible with native compiled code. A slim kernel without a lot of overhead, for instance for security, is always very fast. The more you add, the slower it will be. Most of the times the running software wastes performance, not the kernel.
@ronny, there is nothing wrong in particular with the linux Kernel Performance. I've only read here and there that he has become a little "messy" over the time e.g. mixed assembler/C/C++ Code (and in more recent versions RUST) inside. And the aspect that a new Kernel is completely written in one language which aims to be really good at Memory Management seems a good Idea to test. I would love to see a more Technical Comparison between the linux Kernel and the RedoxOS Kernel regarding IO latency Memory Management and so on :)