Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/golang-design/lockfree
⚡️ lock-free utilities in Go
https://github.com/golang-design/lockfree
algorithms lock-free non-blocking
Last synced: 2 days 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 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T07:30:46.000Z (6 months ago)
- Last Synced: 2024-10-02T07:37:43.736Z (about 1 month ago)
- Topics: algorithms, lock-free, non-blocking
- Language: Go
- Homepage:
- Size: 39.1 KB
- Stars: 147
- Watchers: 4
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lockfree
[![PkgGoDev](https://pkg.go.dev/badge/golang.design/x/lockfree)](https://pkg.go.dev/golang.design/x/lockfree) [![Go Report Card](https://goreportcard.com/badge/golang.design/x/lockfree)](https://goreportcard.com/report/golang.design/x/lockfree)
![lockfree](https://github.com/golang-design/lockfree/workflows/lockfree/badge.svg?branch=master)
[![codecov](https://codecov.io/gh/golang-design/lockfree/branch/master/graph/badge.svg)](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)