From bdc638bf93183fe91b52e530e2c2df3953811b78 Mon Sep 17 00:00:00 2001 From: David Britt Date: Tue, 23 Sep 2014 21:53:30 +0200 Subject: [PATCH] Close GH-177: add lazy --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 66b6e9a..f6e52e5 100644 --- a/readme.md +++ b/readme.md @@ -97,6 +97,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [immutable](https://github.com/facebook/immutable-js) - Immutable data collections. - [underscore-contrib](http://documentcloud.github.io/underscore-contrib/) - The brass buckles on Underscore's utility belt. - [Bacon.js](http://baconjs.github.io) - Functional reactive programming. +- [Lazy.js](https://github.com/dtao/lazy.js/) - Utility library similar to Lo-Dash/Underscore but with lazy evaluation, which can translate to superior performance in many cases. ### HTTP