Skip to content

v0.6.0

Compare
Choose a tag to compare
@yosiat yosiat released this 26 Aug 11:11
· 108 commits to master since this release

Changes

  • Faster to object serialization - until this version we were serializing to JSON and then using Oj to deserialize from JSON to object, the new approach is much faster - details in this PR - #36