-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Performance
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.