Make shared static this() encoding table compilable

rikki cattermole rikki at cattermole.co.nz
Mon Mar 14 22:20:42 UTC 2022


The recommended solution by Unicode is to use Trie tables for Look Up 
Tables (LUTs).

https://en.wikipedia.org/wiki/Trie

You can generate these as read only global arrays and are very fast for 
this.


More information about the Digitalmars-d-learn mailing list