Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
After profiling I noticed that significant time is spent in the read system call reading a single byte for the CQL native protocol header. It's possible that we can eliminate some system calls by using a buffered reader.
- Loading branch information