Performance improvements by re-using record buffer (#6622)

Avoid unnecessary pointer reference allocations
when not needed, for example

- *SelectFuncs{}
- *Row{}
This commit is contained in:
Harshavardhana
2018-10-30 20:18:01 -07:00
committed by Nitish Tiwari
parent 36990aeafd
commit f162d7bd97
10 changed files with 443 additions and 119 deletions
+6
View File
@@ -562,6 +562,12 @@
"revision": "90b2c57fba35a1dd05cb40f9200722763808d99b",
"revisionTime": "2018-06-06T15:09:39Z"
},
{
"checksumSHA1": "/8VtN8HUS0G235mhqfj2gRMi9Eg=",
"path": "github.com/klauspost/readahead",
"revision": "7f90b27d81113b71920c55b7a73a071dc81bdfd8",
"revisionTime": "2017-10-07T12:43:06Z"
},
{
"checksumSHA1": "ehsrWipiGIWqa4To8TmelIx06vI=",
"path": "github.com/klauspost/reedsolomon",