Skip to content

nostrdb-net: algo for unifying similar subscriptions #31

@jb55

Description

@jb55

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}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions