Unix GC Remastered

(mohandacherir.github.io)

11 points | by mananaysiempre 3 hours ago

1 comments

  • js2 28 minutes ago
    This is a discussion of garbage collection of Unix domain sockets in the Linux kernel. (i.e. `AF_UNIX`, and btw, AF is short for "address family").
    • ebiederm 2 minutes ago
      It is talking about replacing a classic mark/sweep collector for unix domain sockets by something based on Tarjan's Strongly Connected Components.