|
|
|
|
|
by HelloNurse
3463 days ago
|
|
An OS kernel has no business maintaining, and even less business accessing in bulk, large data structures that are performance-critical enough to worry about coherent memory access. It is also an infrastructure-deprived environment in which swapping around pointers to implement a linked list with correct locking is relatively easy to get right but allocating vectors is out of the question. |
|
File systems are usually part of the kernel.