mirror of
https://github.com/pgsty/minio.git
synced 2026-08-09 07:43:29 +03:00
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:
committed by
Nitish Tiwari
parent
36990aeafd
commit
f162d7bd97
Vendored
+6
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user