1
0
mirror of https://github.com/minio/minio.git synced 2025-03-23 14:04:15 -04:00
Harshavardhana f162d7bd97 Performance improvements by re-using record buffer ()
Avoid unnecessary pointer reference allocations
when not needed, for example

- *SelectFuncs{}
- *Row{}
2018-10-31 08:48:01 +05:30
..