https://github.com/golang-design/lockfree
⚡️ lock-free utilities in Go
https://github.com/golang-design/lockfree
algorithms lock-free non-blocking
Last synced: 6 months ago
JSON representation
⚡️ lock-free utilities in Go
- Host: GitHub
- URL: https://github.com/golang-design/lockfree
- Owner: golang-design
- License: mit
- Created: 2018-12-03T07:44:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T07:30:46.000Z (over 1 year ago)
- Last Synced: 2025-03-28T14:11:23.516Z (6 months ago)
- Topics: algorithms, lock-free, non-blocking
- Language: Go
- Homepage:
- Size: 39.1 KB
- Stars: 155
- Watchers: 3
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lockfree
[](https://pkg.go.dev/golang.design/x/lockfree) [](https://goreportcard.com/report/golang.design/x/lockfree)

[](https://codecov.io/gh/golang-design/lockfree)Package lock-free offers lock-free utilities in Go.
```
import "golang.design/x/lockfree"
```## Contributing
We would love to have your experiences. Feel free to [submit an issue](https://golang.design/x/lockfree/issues/new) for requesting a new implementation or bug report.
## License
MIT © [Changkun Ou](https://changkun.de)