Skiplist Versions Save

Fast and easy-to-use skip list for Go.

v1.2.0

2 years ago

Per #14 and thanks to @someblue, there are two new methods Find and FindNext in SkipList. They can be used to search keys in a skip list.