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
{{ message }}
This repository has been archived by the owner on Sep 11, 2022. It is now read-only.
As explained briefly in the README, to take advantage of Go's native JSON marshaling, results from PouchDB are re-marshaled into JSON, then passed through Go's JSON marshaling. This is far from ideal, from a performance standpoint.
Resolving this will probably require hacking on the upstream PouchDB adaptor(s).
As explained briefly in the README, to take advantage of Go's native JSON marshaling, results from PouchDB are re-marshaled into JSON, then passed through Go's JSON marshaling. This is far from ideal, from a performance standpoint.
Resolving this will probably require hacking on the upstream PouchDB adaptor(s).
A few clues can be found here.
If such a change is sufficiently small, perhaps PouchDB upstream would accept the change into the official project.
The text was updated successfully, but these errors were encountered: