Unrolled linked list

In computer programming, an unrolled linked list is a variation on the linked list which stores multiple elements in each node. It can dramatically increase cache performance, while decreasing the memory overhead associated with storing list metadata such as references.

Source: Wikipedia — Unrolled linked list (CC BY-SA 4.0)

Unrolled linked list

In computer programming, an unrolled linked list is a variation on the linked list which stores multiple elements in each node. It can dramatically increase cache performance, while decreasing the memory overhead associated with storing list metadata such as references.

Source: Wikipedia "Unrolled linked list" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy