mikedilger / nostr-next

Issues with nostr that would require breaking changes to fix
4 stars 0 forks source link

JSON parsing is slow - Binary events #1

Open mikedilger opened 4 months ago

mikedilger commented 4 months ago

Nostr events are defined as JSON. It is far more expensive to parse JSON than it is to parse a structured binary event (which indeed needs no parsing at all).

Strictly speaking, nostr could have binary events representing the same data, without starting over entirely.