glibc VS illumos-gate

Compare glibc vs illumos-gate and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
glibc illumos-gate
25 30
1,228 1,531
- 1.4%
0.0 9.6
over 5 years ago 3 days ago
C C
GNU General Public License v3.0 or later -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

glibc

Posts with mentions or reviews of glibc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-10.
  • `Strlen` in Glibc
    1 project | news.ycombinator.com | 23 Oct 2023
  • How does sqrt() work in glibc?
    1 project | /r/learnprogramming | 11 Jul 2023
    I am writing a short paper for school and the topic is Fast Inverse Square Root and alternatives. One of the questions is how the sqrt-function is implemented in glibc. Here is the code of that function.
  • A collection of lock-free data structures written in standard C++11
    7 projects | news.ycombinator.com | 10 May 2023
    The code isn't the easiest to read but in glibc it seems that the syscall is only performed if waiter are detected in userspace during an unlock operation

    https://github.com/lattera/glibc/blob/master/nptl/pthread_mu...

  • Converting my new code (Bytearray2Float64) into 19 Programming Language
    3 projects | /r/rust | 6 May 2023
    You might still not realize, but floats are a large topic. Have a look at eg. this implementation here: https://github.com/lattera/glibc/blob/master/stdlib/strtod_l.c
  • Honest question about this "The byte order fallacy" blog post.
    1 project | /r/C_Programming | 17 Apr 2023
    This is a nice write up, thank you. However, I'm stilling interpreting this as a "fun trick" rather than the common sense method for solving the problem. For example, looking at the source code for htonl() from glibc: https://github.com/lattera/glibc/blob/master/inet/htonl.c
  • Dio deleted the tweet shortly after
    2 projects | /r/ShitPostCrusaders | 14 Apr 2023
    Second of all: The horrifying truth is that there is no such thing as a canonical text representation for IPv4 (source) (and yes... I am indeed citing the failed attempt to standardize this as my source for it not being standardized). Authoritatively speaking, all possible (non-binary) representations are equally invalid. In fact, text address resolution is typically delegated to the OS kernel, so what constitutes a "usable" address is liable to vary depending on if you're using Linux, OSX, Windows, or Other.
  • Discussion Thread
    1 project | /r/neoliberal | 14 Apr 2023
    Optimized code gets really weird. The creators of strlen, for example, decided that iterating over each character to find the end was far too slow. So instead, they convert the character pointer into an int pointer and do bitwise manipulation with the int on two different magic numbers so they can check four/eight characters at once.
  • Tengo una duda en algo C/C++
    1 project | /r/programacion | 27 Dec 2022
  • How does jvm deal with syscalls
    3 projects | /r/learnprogramming | 6 Nov 2022
    If you're using a cross-platform C compiler like gcc or clang, you're usually expected to switch to assembly. Here's the syscall instruction in glibc
  • Math Functions with -nostdlib
    3 projects | /r/C_Programming | 16 Oct 2022
    Maybe you should include the math part of a libc statically with your code. glibc is one option, or dietlibc if you want it to be as small as possible.

illumos-gate

Posts with mentions or reviews of illumos-gate. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-10.
  • eBPF Documentary
    7 projects | news.ycombinator.com | 10 Mar 2024
    It may become a footnote on Linux, but Linux isn't the only system out there -- and DTrace remains alive and well in many systems (not least in its reference implementation in illumos[0]).

    [0] https://github.com/illumos/illumos-gate

  • Oxide Computer releases distribution of illumos intended to power the Oxide Rack
    5 projects | news.ycombinator.com | 29 Jan 2024
    Nobody's paid to have it pass Open Group Unix Branding certification tests

    https://www.opengroup.org/openbrand/register/

    so it can't use the UNIX™ trade mark.

    But it's got the AT&T Unix kernel & userland sources contained in it.

    PDP-11 Unix System III: https://www.tuhs.org/cgi-bin/utree.pl?file=SysIII/usr/src/ut...

    IllumOS: https://github.com/illumos/illumos-gate/blob/b8169dedfa435c0...

  • In OpenZFS and Btrfs, everyone was just guessing
    9 projects | news.ycombinator.com | 30 Nov 2023
    > it seems like this bug might actually date back to the very beginning of ZFS with Sun

    Looks like you might be right about that. The oldest commit referenced in the fix [0] was from 2006[1], which was just months after Sun released ZFS.

    [0] https://github.com/openzfs/zfs/pull/15571

    [1] https://github.com/illumos/illumos-gate/commit/c543ec060d

  • Getaddrinfo() on glibc calls getenv(), oh boy
    10 projects | news.ycombinator.com | 16 Oct 2023
  • Grokking AVL and RAVL Trees
    1 project | news.ycombinator.com | 6 Aug 2023
    It could be good for in memory stores / log-structured merged trees / other data store applications although it isn't used much now-days. I find them simpler to implement and understand than red-black trees -- although that's a matter of taste I suppose. They beat red-black trees in read-heavy loads (i.e. writes / updates are more costly for AVL trees than for Red-Black trees although they beat R-B trees for read-heavy loads). You can find another implementation in Illumos (an open source Unix operating system) available here: https://github.com/illumos/illumos-gate/blob/master/usr/src/...
  • Classic Unix Code Available as FLOSS (Free/Libre/Open Source Software)
    5 projects | /r/unix | 1 Jul 2023
  • OpenIndiana
    1 project | news.ycombinator.com | 27 May 2023
    It's high time that the Illumos developers patched https://github.com/illumos/illumos-gate/blob/master/usr/src/... and https://github.com/illumos/illumos-gate/blob/master/usr/src/... to just set the error flag and return, and made the #ifndef TIOCSTI path in https://github.com/illumos/illumos-gate/blob/master/usr/src/... the only path.

    Because by the looks of https://github.com/illumos/illumos-gate/blob/7c478bd95313f5f... the C shell was fixed years ago.

  • Can SGI’s Enthusiast Community Bring IRIX Back to Life?
    1 project | news.ycombinator.com | 27 May 2023
    People are still actively working on Illumos. The last change was yesterday morning.

    * https://illumos.org

    People are still actively working on MirBSD. There's a CVS commit account that can be followed on the FediVerse.

    * http://www.mirbsd.org

    It's DragonFly BSD, not Dragon BSD, and the irony of that is that you missed FreeBSD, which is of course still going.

    * https://dragonflybsd.org

    * https://freebsd.org

    As is GhostBSD, which tracks FreeBSD.

    * https://ghostbsd.org

    HardenedBSD is still going. Shawn Webb regularly talks about it on the FediVerse.

    * https://hardenedbsd.org

  • Linux distributions' relative popularity over time (by Distrowatch hits)
    1 project | /r/linuxmasterrace | 6 Apr 2023
    Its successor is still out there: Illumos. Though it seems to be mainly focused on backwards compatibility for existing custom applications as it still enforces things like an 8 character username limit.
  • Use a BSD style license for your Open Source Project (2021)
    1 project | news.ycombinator.com | 11 Feb 2023
    > Since then, illumos has rewritten all those components

    But apparently kept the same license?

    >> Most of the existing code is licensed under the CDDL and we expect new code will generally be under this license as well.[0]

    [0] https://github.com/illumos/illumos-gate

What are some alternatives?

When comparing glibc and illumos-gate you can also consider the following projects:

DirectXMath - DirectXMath is an all inline SIMD C++ linear algebra library for use in games and graphics apps

linux - Linux kernel source tree

fastapprox - Approximate and vectorized versions of common mathematical functions

linux - Kernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://forums.raspberrypi.com/

openlibm - High quality system independent, portable, open source libm implementation

orbiter - Open-source repository of Orbiter Space Flight Simulator

libjxl - JPEG XL image format reference implementation

awesome-space - 🛰️🚀A list of awesome space-related packages and resources maintained by The Orbital Index

nixpkgs - Nix Packages collection & NixOS

unix-v6 - UNIX 6th Edition Kernel Source Code

crux - General purpose bitemporal database for SQL, Datalog & graph queries. Backed by @juxt [Moved to: https://github.com/xtdb/xtdb]

NeptuneOS - Neptune OS: A Windows NT personality for the seL4 microkernel