B
B
BestJS2016-10-13 01:06:53
Node.js
BestJS, 2016-10-13 01:06:53

NodeJS How to write parsers without looping?

Looping (recursive functions) causes memory leaks.
Tell me with the help of what technologies or features you can write large parsers without looping and memory leaks.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Igor Kalashnikov, 2016-10-13
@BestJS

It's not entirely clear what kind of cycles we are talking about, try looking at promises:
bluebirdjs.com/docs/api/promise.map.html

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question