-
Type: New Feature
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
A large portion of the time spent during an operation is deserializing the server response. Currently, the driver will first read the raw BSON to a bson::Document, and then it will deserialize that further using serde. If we could skip the intermediate step in bson::Document and go straight from the raw bytes to the final type, it could significantly improve performance.