Refactor: prefer smol trie

This commit is contained in:
SukkaW
2024-09-23 16:45:58 +08:00
parent 3ca9122a84
commit a8c53617b1
6 changed files with 10 additions and 31 deletions

View File

@@ -15,7 +15,7 @@ export const parseDomesticList = async () => {
}
}
const trie = createTrie(set);
const trie = createTrie(set, true);
const top5000 = new Set<string>();