Perf: speed-up tldts

This commit is contained in:
SukkaW
2024-05-26 17:42:48 +08:00
parent 21a31e6c1f
commit aa3cb9e586
7 changed files with 74 additions and 15 deletions

View File

@@ -3,7 +3,6 @@ import { parse } from 'csv-parse/sync';
import { createTrie } from './lib/trie';
import path from 'path';
import { processLine } from './lib/process-line';
import { extract } from 'tar-stream';
import { extractDomainsFromFelixDnsmasq } from './lib/parse-dnsmasq';
export const parseDomesticList = async () => {