Numbertext / libnumbertext

Number to number name and money text conversion libraries in C++, Java, JavaScript and Python & LibreOffice Calc Extension
BSD 3-Clause "New" or "Revised" License
68 stars 46 forks source link

Use emplace_back() instead of push_back() where we construct a temporary anyway #14

Closed vmiklos closed 6 years ago

vmiklos commented 6 years ago

For a small performance improvement.

laszlonemeth commented 6 years ago

Miklós, thanks for your contribution!