BryanWilhite / SonghayCore

core reusable, opinionated concerns for *all* 🧐 of my C# projects
http://songhayblog.azurewebsites.net/
MIT License
1 stars 0 forks source link

split lazy `ProgramGlyph` sets into Basic Latin and non-Basic Latin #141

Closed BryanWilhite closed 2 years ago

BryanWilhite commented 2 years ago

i am pretty sure that lazy-loading two different sets of ProgramGlyph will use less memory when the caller intends to operate on UnicodeGroup = "Basic Latin" exclusively; maybe one day i will test it