TokTok / hs-msgpack-binary

Haskell implementation of MessagePack / msgpack.org
http://msgpack.org/
Other
16 stars 10 forks source link

perf: Use StrictData for all modules that define data types. #81

Closed iphydf closed 2 years ago

iphydf commented 2 years ago

I've added StrictData to some modules that don't currently define data types, mostly by mistake, but it doesn't harm and avoids missing it in the future.


This change is Reviewable