This commit is contained in:
AJ ONeal 2011-02-03 23:35:56 -08:00
parent 0d5fcfd917
commit 8df1d51fc8
1 changed files with 2 additions and 1 deletions

View File

@ -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".