Wednesday 27 February 2019

Processing an array of million of elements using node js.

Can we process an array of million elements using node js? (assume if there are inner loops also)My findings areIt may block the eventloop and freezes the server.Memmory must be explicitly increased for the V8's heap.Is that good practice ? Is my findings are valid ?

Submitted February 27, 2019 at 11:55AM by sujesht

No comments:

Post a Comment