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