Closed yhirose closed 4 years ago
Dictionary feature uses 'trie' structure for fast lookup instead of the prioritized choice.
Dictionary operator:
WDAY <- 'Monday' | 'Tuesday' | 'Wednesday' | 'Thursday' | 'Friday' | 'Saturday' | 'Sunday'
Internally, it'll create a Trie structure for fast lookup.
Dictionary feature uses 'trie' structure for fast lookup instead of the prioritized choice.
Dictionary operator:
Internally, it'll create a Trie structure for fast lookup.