Match rmp_serde's deserialization performance

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Unknown
    • None
    • Affects Version/s: None
    • Component/s: BSON, Performance
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      msgpack is a binary format similar to BSON, and rmp_serde is a crate providing serialization/deserialization functionality similar to our BSON library. rmp_serde outperforms bson when deserializing from a slice of bytes, however. We should strive to improve bson 's performance to meet that of rmp_serde.

      https://docs.rs/rmp-serde/0.15.5/rmp_serde/

      benchmarks: https://github.com/mongodb/bson-rust/issues/264#issuecomment-873531262

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

              Created:
              Updated: