|
From: Thorsten O. <ad...@th...> - 2021-02-11 05:08:48
|
On Mittwoch, 10. Februar 2021 23:25:16 CET Roger Burrows wrote: > Without testing, I'm not sure how important that is versus > doing a binary search. The key point is that you don't have to do any searching at all (at least not at runtime). erd already knows at compile time to which strings the texts are translated, and can provide the needed information. >But in any case, considering there are 300+ text >strings for each language, getting the lookup info into 200 bytes sounds >pretty impressive Hm, maybe i counted wrong, you will need a short for each translated string. But it is definitely much less than the compiled in hash tables. >I hope you can get it done soon! Should i work on this at all? If we decide to just provide single-language 512k ROMs, then that does not make much sense any more. |