Dark Hacker News
new
|
best
|
ask
|
show
|
jobs
Unix GC Remastered | Dark Hacker News
Unix GC Remastered
(mohandacherir.github.io)
12 points
by
mananaysiempre
3 hours ago
| 2 comments
js2
54 minutes ago
|
next
[−]
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
29 minutes ago
|
parent
|
next
[−]
It is talking about replacing a classic mark/sweep collector for unix domain sockets by something based on Tarjan's Strongly Connected Components.