James Cor
Results
60
issues of
James Cor
If this works, remove BuffPool implementation with actual []byte buffer or a real sync.Pool
correctness_approved
For some reason `prollyWriteSession` creates a mutex and spins up golang routines to sequentially write to these tables. I think this is unnecessarily complicated and the overhead of these routines...
correctness_approved
This PR attempts to reduce memory allocation and garbage collection time by replacing `sql.Row` allocations with a `buffer.Pool`.