Following up on this post[1] by antirez, I'm interested in reading about customizations of linked lists HN folks found interesting<p>[1] https://news.ycombinator.com/item?id=33473497
I found skip lists interesting. Read the Pugh paper and implemented them in C. Never really used them in anger, though.<p><a href="https://en.wikipedia.org/wiki/Skip_list" rel="nofollow">https://en.wikipedia.org/wiki/Skip_list</a>