Join Nostr
2026-04-07 18:00:48 UTC
in reply to

semisol on Nostr: It seems that the default translator I am using translates it to “signature ...

It seems that the default translator I am using translates it to “signature check”, so I thought it was weird to selectively disable the signature checks.

But for filters, I do not think it makes much sense. By load, on my relays it goes like this.
- DB read (most expensive)
- Network traffic / WS / TLS (much lower)
- Publish (very very low)

Publish operation is very fast as it can be reduced down to a set of hashmap reads, and an optimized pre-computed matcher.