notedeck icon indicating copy to clipboard operation
notedeck copied to clipboard

Optimization: detect overlapping filters

Open jb55 opened this issue 1 year ago • 2 comments

Let's say you create 3 columns:

  1. Home timeline
  2. Notifications
  3. Global timeline

We should be able to detect that we only need 1 network subscription:

  • Global timeline

And the remaining timelines can just be nostrdb subscriptions.

jb55 avatar Apr 08 '24 19:04 jb55

I think this only really makes sense in the subscription pool model. Not sure if this makes sense in the outbox model.

jb55 avatar Apr 08 '24 19:04 jb55

@v0l mentinoed they have something similar in rust for snort

jb55 avatar Apr 27 '24 22:04 jb55