Cache-efficient skip list

Home > Computer Science > Algorithms and data structures > Skip Lists > Cache-efficient skip list

This implementation is designed to be more efficient in a cache-aware or cache-oblivious environment, which can result in better performance on some architectures.