fluent-bit-go icon indicating copy to clipboard operation
fluent-bit-go copied to clipboard

Replace contexts with cgo.Handle implementation

Open l2dy opened this issue 2 years ago • 0 comments

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("").

l2dy avatar Mar 15 '22 15:03 l2dy