We need to implement a doubly linked list which should be cache-friendly and requests fewer heap allocations. Reference: https://en.wikipedia.org/wiki/Unrolled_linked_list
We need to implement a doubly linked list which should be cache-friendly and requests fewer heap allocations. Reference: https://en.wikipedia.org/wiki/Unrolled_linked_list