[Factor-talk] to get total file size for millions of files

2015-09-28 Thread HP wei
In our environment, we sometime have a folder with as many as a couple million files in it. (1) the word: each-file ( path bfs? quot -- ) Does it handle a file successively by quot without first gathering all the file-paths in the path ? (2) what is the idiomatic way to get the total

Re: [Factor-talk] to get total file size for millions of files

2015-09-28 Thread John Benediktsson
Answers below: (1) the word: each-file ( path bfs? quot -- ) > Does it handle a file successively by quot without first gathering all > the file-paths in the path ? > It has a queue of paths to process, for each directory it pushes all the paths into the queue, and then for each one it