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
Currently, jsonista uses the default Map serializer which iterates over map entries, causing an allocation of an entry each iteration.
Using the kv reduce API should be faster.