Commit History

Author SHA1 Message Date
  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
  SukkaW 7167be852f Remove unused Bun.peek 1 year ago
  SukkaW c2b4af882d Refactor: re-use code in trie / simplify 1 year ago
  SukkaW f04dd0e783 Perf: faster smolTree whitelist by reducing `if` in loop 1 year ago
  SukkaW 70f837ba15 Perf: faster smolTree trie creation by avoiding `if` in loop 1 year ago
  SukkaW efa34399b0 Chore: minor changes 1 year ago
  SukkaW 2f329a4144 Fix/Perf: more efficient and correct whitelisting 1 year ago
  SukkaW 5b725192e3 Perf: re-use trie when building reject domainsets 1 year ago
  SukkaW 48b5f609dd Feat: trie now supports `whitelist` method 1 year ago
  SukkaW 35aa11f361 Perf: remove cached tld parse 1 year ago
  SukkaW 160e7bfab7 Perf: domain deduper using only trie + DFS 1 year ago