WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Could be [tiny]core improved?  (Read 5450 times)

Offline yvs

  • Jr. Member
  • **
  • Posts: 69
Re: Could be [tiny]core improved?
« Reply #15 on: December 25, 2024, 03:53:47 PM »
> The base LIB is musl (not libc) because is smaller (means more secured).
>
   A smaller one (speaking of linuxes: uclibc vs musl vs glibc) doesn't mean "more secured" automatically.  Mostly it means one needs to implement that extra functionality (provided with bigger libs) in user software.  If there's no need in that, a smaller is better, otherwise it's the opposite case.