rmongodb icon indicating copy to clipboard operation
rmongodb copied to clipboard

use preallocated `list` instead of `environment` when `limit=` passed into `mongo.find.all`

Open dselivanov opened this issue 10 years ago • 0 comments

SO topic To improve performance we have to preallocate memory for fetch result, when size of dataset known in advance.

dselivanov avatar Aug 11 '15 06:08 dselivanov