ITADN

nostrdb-net: algo for unifying similar subscriptions

#31Openjb55 创建于 2024-12-18
J
jb55commented
This will be useful for our subscription manager Example: subA: `{"authors": ["a"], "since": 100}` subB: `{"authors": ["b"], "since": 200}` Should optimize to: subAB: `{"authors": ["a", "b"], "since": 100}`
3 条评论