colega / unexpected-go

Unexpected Golang behaviors
MIT License
47 stars 7 forks source link

Libs’ factory functions like to return pointers to structs, #33

Open Al2Klimov opened 2 months ago

Al2Klimov commented 2 months ago

not the structs themselves. This makes it hard to inline the latter to reduce allocations.