mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 10:42:07 +00:00
Charmap's previous structure was using brute-force comparison for converting the strings in source files. It always compared given strings to all of the strings in charmap, which was very costly in huge projects. For its improvement, I changed its structure into trie, which is being used in many string-processing areas. It's now much faster than before.
1010 B
1010 B