tommynurwantoro / myteambotslack

5 stars 2 forks source link

Refactor: Dummy new implementation and use value instead of pointer to avoid allocation #9

Open lynxluna opened 4 years ago

lynxluna commented 4 years ago

A lot of time it's using pointer which make the value escape from the stack and allocated on heap instead.