Support deserializing directly from raw BSON

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Fixed
    • Priority: Unknown
    • Affects Version/s: None
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • 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.

              Assignee:
              Patrick Freed
              Reporter:
              Patrick Freed
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: