Commit History

Author SHA1 Message Date
  SukkaW c6f3a67711 Perf: repalce `String#localeCompare` w/ simple ASCII-only compare 1 year ago
  SukkaW a42d28195d Perf: domainset class w/o build domain map 1 year ago
  SukkaW 2bbc122b85 Replace sortDomains w/ trie dump sort 1 year ago
  SukkaW f6eb8b0a4c Feat: trie dump with sort & FIFO 1 year ago
  SukkaW b742701f59 Simplify Trie 1 year ago
  SukkaW 80ab4e69c1 Chore: trie dump meta supports callback 1 year ago
  SukkaW e40979e50e Chore: make ESLint Happy 1 year ago
  SukkaW 274c2453e2 Perf: slightly improve trie.whitelist performance 1 year ago
  SukkaW a7e7c19a51 Rrefactor: rewrite trie in class 1 year ago
  SukkaW 14bcc10ce7 Chore: Housekeeping & Make ESLint Happy 1 year ago
  SukkaW 428f30574c Perf: micro optmize trie 1 year ago
  SukkaW a8c53617b1 Refactor: prefer smol trie 1 year ago
  SukkaW 5c8636d7b3 Minor changes here and there 1 year ago
  SukkaW 3bd0ebe36e Perf: a few improvements to trie 1 year ago
  SukkaW f58c10e34c Fix: trie meta 1 year ago
  SukkaW 90079b9987 Chore: dedupe and sort other rulesets 1 year ago
  SukkaW 8bcfc0e528 Perf: refactor trie to avoid iterate twice 1 year ago
  SukkaW 8a0690fe9e Housekeeping & Make ESLint Happy 1 year ago
  SukkaW 7f6e631847 Chore: minor infra changes 1 year ago
  SukkaW bb65a4180c Refactor: drop all Bun compatability 1 year ago
  SukkaW 1f42c27afe Refactor: drop `Bun.inspect` and `Bun.version` 1 year ago
  SukkaW 175ba65127 Fix: correct trie tokenizer behavior 1 year ago
  SukkaW a0c8751cb2 Perf: make `trie.add` faster 1 year ago
  SukkaW 6031d9652e Perf: reduce `if` in `trie.add` 1 year ago
  SukkaW fa85fff3c3 Perf: change trie object shape 1 year ago
  SukkaW 1d8c991baf Perf: faster `string[]` join 1 year ago
  SukkaW 724dcdf1ad Refactor: change trie object shape 1 year ago
  SukkaW 9ac94b1411 Perf: faster trie by reducing new object creation 1 year ago
  SukkaW 8c23e7919a Perf: avoid extra `Map#get` in trie.add loop 1 year ago
  SukkaW 479032d2ba Perf: improve trie add 1 year ago