You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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