fluent / fluent-bit-go

Fluent Bit Golang package to build plugins
Apache License 2.0
189 stars 52 forks source link

Replace contexts with cgo.Handle implementation #53

Open l2dy opened 2 years ago

l2dy commented 2 years ago

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