Settings

Theme

Unix GC Remastered

mohandacherir.github.io

42 points by mananaysiempre 13 days ago · 4 comments

Reader

js2 13 days 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 13 days ago

    It is talking about replacing a classic mark/sweep collector for unix domain sockets by something based on Tarjan's Strongly Connected Components.

  • nesarkvechnep 12 days ago

    Thank you for the clarification. I guess authors these days assume they don't need to state the Unix flavour they're talking about.

jaen 12 days ago

I think this is a good example of complex lifetimes involving reference cycles that can not be safely modeled by eg. Rust.

Is the next step formal methods (theorem proving) or is there a less complex lifetime system still out there that could model this?

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection