0xffff-one/0xffff-lib

[Feature Request] Add `linked_list` module to `collections`

Opened this issue · 1 comments

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

Newbie with high aggression could competent with this!