>>107005759
why complicate a data structure that's so simple? if the only problem with linked lists is cache efficiency then they're perfectly fine. if i was worried about cache efficiency i wouldn't be using c++ lol. there's a reason it can only be used for systems programming as an extreme subset.