use more efficient search for emoji.gs
Opened this issue · 1 comments
faretek1 commented
It would be more efficient to use alphabetical lists for the large lists in emoji.gs (possibly leading to 2 sets of 2 lists) so that you can use a binary search, because scratch '<' operator works with alphabetical (unicode index) order
the existing emoji list might already be in order of emoji, but there is no set that uses a sort of emoji names

(ported from https://github.com/FAReTek1/std/issues/1)
aspizu commented
goboscript repository has the js script that generated the emoji.gs file