Uploaded image for project: 'Go Driver'
  1. Go Driver
  2. GODRIVER-2537

Use buffered readers and writers for network connections

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Performance
    • Labels:

      We may be able to improve I/O performance by using a bufio.Writer and bufio.Reader to buffer writes and reads to the net.Conn held by a driver connection.

      We should start by wrapping the net.Conn with a buffered writer and reader and check if we can measure any I/O performance improvement when reading or writing large requests.

            Assignee:
            Unassigned Unassigned
            Reporter:
            matt.dale@mongodb.com Matt Dale
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: