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

@@ -4,7 +4,6 @@ import { readFileByLine } from './lib/fetch-text-by-line';
import { sortDomains } from './lib/stable-sort-domain';
import { task } from './trace';
import { compareAndWriteFile } from './lib/create-file';
import { getGorhillPublicSuffixPromise } from './lib/get-gorhill-publicsuffix';
import { domainDeduper } from './lib/domain-deduper';
import { sort } from './lib/timsort';