You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you think of the best way to make the uniqueness test in AbstractPhysicalQuantity::addUnit:24 optional? Profiling says this is by far the slowest part of the library. It's a great feature for development environment, but there's little reason to incur this penalty in production environment, especially with a proper CI set up.
Same applies for HasSIUnitsTrait::addMissingSIPrefixUnits:191.
The text was updated successfully, but these errors were encountered:
Can you think of the best way to make the uniqueness test in
AbstractPhysicalQuantity::addUnit:24
optional? Profiling says this is by far the slowest part of the library. It's a great feature for development environment, but there's little reason to incur this penalty in production environment, especially with a proper CI set up.Same applies for
HasSIUnitsTrait::addMissingSIPrefixUnits:191
.The text was updated successfully, but these errors were encountered: