unicode.net icon indicating copy to clipboard operation
unicode.net copied to clipboard

Next NuGet release

Open ScrubN opened this issue 2 years ago • 3 comments
trafficstars

When is the next NuGet release planned to be published? Unicode 14 emojis + the performance improvements from 15ca8e5ee372ecf15aa60f2382d7481e53ae28ae would be very appreciated.

ScrubN avatar Mar 02 '23 03:03 ScrubN

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).

mqudsi avatar Mar 16 '23 18:03 mqudsi

@COM8 Could you have a look, if you have the time?

sunkhaskasis avatar Mar 16 '23 18:03 sunkhaskasis

@sunkhaskasis I added it to my backlog.

COM8 avatar Mar 16 '23 19:03 COM8