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
While there is JsonFactory.Feature.USE_THREAD_LOCAL_FOR_BUFFER_RECYCLING that allows turning off buffer recycling, there isn't any way to change, for example, default buffer sizes; or logic of what to recycle if anything (current logic will recycle bigger buffers if parser/generator has to realloc bigger ones).
It would be nice to be able to offer alternate configuration, if possible.
The text was updated successfully, but these errors were encountered:
(note: offshoot of #833)
While there is
JsonFactory.Feature.USE_THREAD_LOCAL_FOR_BUFFER_RECYCLING
that allows turning off buffer recycling, there isn't any way to change, for example, default buffer sizes; or logic of what to recycle if anything (current logic will recycle bigger buffers if parser/generator has to realloc bigger ones).It would be nice to be able to offer alternate configuration, if possible.
The text was updated successfully, but these errors were encountered: