goboscript/std

use more efficient search for emoji.gs

Opened this issue · 1 comments

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
Image

(ported from https://github.com/FAReTek1/std/issues/1)

goboscript repository has the js script that generated the emoji.gs file