Blog post: Unlocking greater performance in the MongoDB Rust Driver via raw BSON and zero copy deserialization

The bson and mongodb crates recently added support for "raw" BSON in their 2.2.0 releases, and I wrote a blog post demonstrating how use that support to greatly speed up your MongoDB queries. Check it out if you're using or are interested in using the mongodb or bson crates or are just generally interested in seeing how serialization format representations can affect performance!

1 Like

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.