Rank is a general-purpose leaderboard library implemented in Go, using skip list algorithm for efficient ranking calculation and querying. Skip list is a randomized data structure with expected O(log ...