Replace contexts with cgo.Handle implementation
Open
- Dominant language
- Go
- Stars
- 202
- Forks
- 61
- Avg merge
- 7d 20h
- Merged PRs (30d)
- 2
Description
`cgo.Handle` was added to Go in 1.17. It is equivalent to our implementation, but uses `atomic.AddUintptr` which is more efficient than `C.CString("")`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.