Linked List
Pointer rewiring inside kernels, caches, and allocators
Linked lists are useful when a system needs cheap insertions and removals after it already holds a pointer to the node.
Open Topic
See real-world usesClick a topic to see where it appears in operating systems, databases, editors, recommendation systems, search, compilers, and large backend services.
Topics
9
Focus
Real-world applications
Examples
Kernels, DB indexes, schedulers