mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Refactor: prefer smol trie
This commit is contained in:
@@ -15,7 +15,7 @@ export const parseDomesticList = async () => {
|
||||
}
|
||||
}
|
||||
|
||||
const trie = createTrie(set);
|
||||
const trie = createTrie(set, true);
|
||||
|
||||
const top5000 = new Set<string>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user