/goskiplist

Skiplist implemented by golang with generics, concurrent safe and simple

Primary LanguageGoMIT LicenseMIT

goskiplist

Skiplist implemented by golang with generics, looks like: SkipList[K, V]

  • it's concurrent safe
  • it's very simple

Make sure your Golang version >= v1.18