golang-design / lockfreeLinks
⚡️ lock-free utilities in Go
☆158Updated last year
Alternatives and similar repositories for lockfree
Users that are interested in lockfree are comparing it to the libraries listed below
Sorting:
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆286Updated 2 years ago
- ☆121Updated last year
- ☆121Updated 2 years ago
- A highly optimized double-ended queue☆200Updated last year
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.