go-edn / edn

Go implementation of EDN (Extensible Data Notation)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve decode performance further

hypirion opened this issue · comments

The performance of the implementation should be good for decoding, but it could be better.

After some years in production, I still haven't seen a performance issue related to edn decoding. Either way, it seems unlikely that this will be necessary: If decoding performance is the reason you won't use edn, then that also should apply to json, and at that point you're down to protobuf or cap'n proto.