Tag

ordered set

0 views collected around this technical thread.

Top Architect
Top Architect
Mar 5, 2022 · Fundamentals

Understanding Skip Lists and Their Implementation in Redis

This article explains the concept of skip lists as an ordered random data structure, illustrates how Redis uses skip lists for sorted sets, and provides a complete Java implementation with detailed code examples and analysis of their performance characteristics.

AlgorithmData StructureJava
0 likes · 13 min read
Understanding Skip Lists and Their Implementation in Redis