|
|
|
|
|
by unixietube
2886 days ago
|
|
Yup, I believe the kernel pretty much just uses linked lists (at least, all of the running processes are kept as a linked list). But when most of your resources only number in the tens of thousands, if that, a linked list works perfectly well. And I’m not a kernel hacker so I’m sure there are optimizations I’m not aware of. |
|
https://elixir.bootlin.com/linux/latest/source/include/linux...