1
1
Fork
You've already forked code
0

use more efficient search for emoji.gs #7

Closed
opened 2026年05月05日 11:21:43 +02:00 by rtk · 0 comments
Owner
Copy link

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 (scratch '<' operator works with alphabetical order as well)

Image
the existing emoji list might already be in order of emoji, but there is no set that uses a sort of emoji names

from old, deleted repo 2025年01月30日
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 (scratch '<' operator works with alphabetical order as well) Image the existing emoji list might already be in order of emoji, but there is no set that uses a sort of emoji names ###### from old, deleted repo 2025年01月30日
Sign in to join this conversation.
No Branch/Tag specified
main
No results found.
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
rtk/code#7
Reference in a new issue
rtk/code
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?