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
Created a pull request with some potential optimizations/code modernisation for Cysharp/Ulidd. Not sure if any changes would apply here, it looks like NUlid and Ulid serialize to Guid in different ways (not 100% sure only glanced at it).
I meant to check if any improvements would apply to NUlid and create a pr, but I've been busy so I'll just dump the work on you 😆
The text was updated successfully, but these errors were encountered:
At a glance the get DateTimeOffset optimisation might apply.
My vectorized decode CrockfordBase32 is faster than the manual version, with some slight modifications (currently turns invalid characters into 31) it would probably be an improvement on your current Parse(ReadOnlySpan<char> span). This was more of POC so there are definitely improvements to be made.
Created a pull request with some potential optimizations/code modernisation for Cysharp/Ulidd. Not sure if any changes would apply here, it looks like NUlid and Ulid serialize to Guid in different ways (not 100% sure only glanced at it).
I meant to check if any improvements would apply to NUlid and create a pr, but I've been busy so I'll just dump the work on you 😆
The text was updated successfully, but these errors were encountered: