ugorji / go

idiomatic codec and rpc lib for msgpack, cbor, json, etc. msgpack.org[Go]
MIT License
1.85k stars 295 forks source link

cbor: use fmtTime instead of time.Format for RFC3339Nano #394

Closed extemporalgenome closed 10 months ago

extemporalgenome commented 1 year ago

This may save an allocation per string-formatted timestamp, particularly by reusing a byte slice from blist.