Hacker News new | ask | show | jobs
by matthews2 702 days ago
> If serde_json is a parser and has a different feature set than json-threat-protection, does it make sense to compare performance?

If you were using serde_json just to validate a payload before passing it on to another service (like a WAF), then the comparison makes sense. If you had more complex validations or wanted to extract some of the data, then maybe not.

1 comments

Totally agreed, this is also what I want to say.