ReneNyffenegger / cpp-base64

base64 encoding and decoding with c++
Other
891 stars 311 forks source link

The way of parameter passing #29

Closed chloro-pn closed 3 years ago

chloro-pn commented 3 years ago

I noticed the function base64 encode mime called encode_ mime, and this function uses pass value instead of pass reference. Will this result in unnecessary performance consumption?

chloro-pn commented 3 years ago

Sorry i made a mistake