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
Hi!
I'm coping with OOMs in wal-g/wal-g#738
And looking for good JSON lib so that we could avoid materializing JSON in memory. But the code is shared among many different types of JSON, so I do not want to use precompiled JSON encoder and want reflective one. Is gojay JSON encoder suitable for this task?
The text was updated successfully, but these errors were encountered:
Hi!
I'm coping with OOMs in wal-g/wal-g#738
And looking for good JSON lib so that we could avoid materializing JSON in memory. But the code is shared among many different types of JSON, so I do not want to use precompiled JSON encoder and want reflective one. Is gojay JSON encoder suitable for this task?
The text was updated successfully, but these errors were encountered: