Skip to content

Skiplist implemented by golang with generics, concurrent safe and simple

License

Notifications You must be signed in to change notification settings

aobt/goskiplist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Skiplist implemented by golang with generics, concurrent safe and simple

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages