Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrberto committed Apr 8, 2018
1 parent 74091e9 commit 7465848
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

LazyList implements `map`, `filter` and `reduce` in JavaScript Arrays with lazy evaluation.

>**Warning**: This project is under initial development and is not intended to production use yet.
## Why?
Because `map`, `filter` and `reduce` operations always return a new `Array` or depends on previous operations. When working with large lists this can be a problem. What LazyList do is combine all these operations in a single execution, returning only one final `Array` or result.

Expand Down

0 comments on commit 7465848

Please sign in to comment.