Uploaded image for project: 'Rust Driver'
  1. Rust Driver
  2. RUST-840

Buffer all reads and writes to sockets

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 2.0.0-beta.2
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      The driver currently does not buffer all reads and writes to/from sockets, meaning it has to make many expensive system calls. If all writes and reads were updated to use BufWriter/BufReader instead, this should result in a nice performance improvement.

            Assignee:
            patrick.freed@mongodb.com Patrick Freed
            Reporter:
            patrick.freed@mongodb.com Patrick Freed
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: