unicode.net
unicode.net copied to clipboard
Next NuGet release
When is the next NuGet release planned to be published? Unicode 14 emojis + the performance improvements from 15ca8e5ee372ecf15aa60f2382d7481e53ae28ae would be very appreciated.
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).
@COM8 Could you have a look, if you have the time?
@sunkhaskasis I added it to my backlog.