SciNim / Unchained

A fully type safe, compile time only units library.
https://scinim.github.io/Unchained
109 stars 0 forks source link

Do not cache string names of units anymore #44

Closed Vindaar closed 12 months ago

Vindaar commented 12 months ago

Caching names of units was an idea to improve performance when many units were reused. But it turns out it's actually 50% slower, ouch!