BorisDog

Results 13 issues of BorisDog

The first commit is just a namespaces refactoring. Please review the second commit.

improvement

This PR introduces `ReadOnlyMemoryBsonReader`, an alternative to `BinaryBsonReader`. `ReadOnlyMemoryBsonReader` provides a more lightweight BSON deserialization from a continuous single chunk buffers. Preliminary testing shows an improvement of ~50% in our...

improvement