bson-ext
bson-ext copied to clipboard
feat: setInternalBufferSize
Description
Support setInternalBufferSize (same as mongodb/js-bson)
What changed?
- New function SetInternalBufferSize
- Do not use global constant MAX_BSON_SIZE where possible
- DataStream now can accept maxBSONSize
- BSONSerializer<DataStream> added bson->maxBSONSize
- New tests
Note there is bug with overflow when you try serialize javascript object larger than your internal buffer. See https://github.com/vird/bson-ext/tree/4.0_overflow_bug_testcase