Y
Hacker News
new
|
ask
|
show
|
jobs
by
js2
1 day 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").
2 comments
ebiederm
1 day ago
It is talking about replacing a classic mark/sweep collector for unix domain sockets by something based on Tarjan's Strongly Connected Components.
link
nesarkvechnep
15 hours 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.
link