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
I'm happy to release an update on nuget w/ the latest unicode update but there are questions about #10 that prevent it from being as simple as you think.
It's a really old pull request and most of the memory improvements have already been inlined into the code (via the same approach or different approaches altogether). Also some of the changes are not technically correct or necessary, for example, string interning at compile-time already coalesces duplicated (static/const) strings (you can check this by comparing memory addresses at run-time or using String.IsInterned()).
You can't just add HasGlyph because that is contingent on the font used, and the version thereof. If you want to take a look at that PR and see what can be used and what can't, we can tackle them individually (not as one massive PR).
When is the next NuGet release planned to be published? Unicode 14 emojis + the performance improvements from 15ca8e5 would be very appreciated.
The text was updated successfully, but these errors were encountered: