关于eachLimit的第2个参数limit,文档里只有一句The same as each but runs a maximum of limit async operations at a time。实在看不懂。 我现在有一个一万左右的数组,需要遍历做异步数据库操作,不知道在总体性能上,eachLimit和each有没有差异
↧
关于eachLimit的第2个参数limit,文档里只有一句The same as each but runs a maximum of limit async operations at a time。实在看不懂。 我现在有一个一万左右的数组,需要遍历做异步数据库操作,不知道在总体性能上,eachLimit和each有没有差异