rmongodb
rmongodb copied to clipboard
use preallocated `list` instead of `environment` when `limit=` passed into `mongo.find.all`
SO topic To improve performance we have to preallocate memory for fetch result, when size of dataset known in advance.