From 8df1d51fc84e350e10bac8d6d5de227d21ab592c Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 3 Feb 2011 23:35:56 -0800 Subject: [PATCH] --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f49a203..a5075c6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ node-walk ==== -node.js walk implementation. +nodejs walk implementation. This is somewhat of a port python's `os.walk`, but using Node.JS conventions. @@ -147,3 +147,4 @@ Note that `find.js` omits the start directory user 0m17.661s sys 0m24.008s +In conclusion node.js asynchronous walk is much slower than regular "find". \ No newline at end of file