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
We've recently removed Oj from our production app and started using JSON. We are now noticing degraded performance in cases where we need we call to_json on very large objects. Here's a benchmark comparing serializing the attached file with JSON and Oj.