Fix an inefficiency in json-serializing a dynamic with sorted keys
Summary: [Folly] Fix an inefficiency in json-serializing a `dynamic` with sorted keys. The inefficiency is that, at each level of the `dynamic` which is map-typed, we effectively make a full copy of the `dynamic` object. This can be expensive. Reviewed By: Gownta Differential Revision: D4389671 fbshipit-source-id: 223739397f913d3e65a421a9a4dcb089ec757ec6
Showing
Please register or sign in to comment