mysql icon indicating copy to clipboard operation
mysql copied to clipboard

Return resultset by lvalue reference

Open anarthal opened this issue 3 years ago • 0 comments

The current interface returns resultset objects by value (for sync operations) and as completion handler arguments (for async operations). Returning resultsets by lvalue reference, instead, increases the chances of memory re-using.

anarthal avatar May 11 '22 09:05 anarthal