Skip to content

Commit

Permalink
Remove unused trie (#651)
Browse files Browse the repository at this point in the history
Trie was initially introduced to reduce the number of events from a
common ancestor(#351). However, it was later removed during the
implementation of the topic subscribe feature(#487, #566).

For now, I'll remove unused Trie and reopen the event-reducing issue
again(#266).
  • Loading branch information
hackerwins authored Sep 21, 2023
1 parent 52ffdbd commit b86d963
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 177 deletions.
126 changes: 0 additions & 126 deletions src/util/trie.ts

This file was deleted.

51 changes: 0 additions & 51 deletions test/unit/util/trie_test.ts

This file was deleted.

0 comments on commit b86d963

Please sign in to comment.