Why lazy evaluation?

In Immutable.js, we use sequences to chain together transformation method calls. Using sequences this way, we're doing something called lazy evaluation; that is, we only process data from collections that actually need to be processed. Without lazy evaluation, we would have to process entire collections or come up with some other means to avoid processing work.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.144.48.135