cloudwego / shmipc-go

A high performance inter-process communication golang library developed by CloudWeGo
Apache License 2.0
417 stars 31 forks source link

is there a way to not use PutBack(), meaning automatic PutBack()? #43

Closed kolinfluence closed 1 year ago

kolinfluence commented 1 year ago

possible to provide a solution whereby we dont need to putback? i dont mind a bit of allocation and let GC do the work