/Unrolled-Linked-List-in-C

A variation of a linked list, in which each node has an array of elements. Improves memory overhead and improves cache performance opposed to a standard linked list

Primary LanguageC

Stargazers