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
First of all thanks for this project, the best implementation on the market.
I think it would be a good idea to implement the ISpanFormattable interface, this will reduce allocations in some cases.
The text was updated successfully, but these errors were encountered:
Yeah, this would definitely be useful, but the string formatting would need a bit of a complex refactoring to support that so I haven't had time to do it. The string formatting is all a bit obtuse right now, mostly because the runtime BCL hides a lot of the functionality needed to implement it easily for a custom numeric type.
First of all thanks for this project, the best implementation on the market.
I think it would be a good idea to implement the
ISpanFormattable
interface, this will reduce allocations in some cases.The text was updated successfully, but these errors were encountered: