Re: [9fans] breadth first walking

2010-01-04 Thread Bruce Ellis
you were talking and not listening. On 1/4/10, roger peppe wrote: > what's a scape tree? > > 2010/1/4 Bruce Ellis : > > yep, use a scape tree. ozi is full of them. no hash tables here, > > except for my coffee table. > > > > brucee > > > > On 1/4/10, Tim Newsham wrote: > >> someone mentioned in

Re: [9fans] breadth first walking

2010-01-04 Thread roger peppe
2010/1/4 Tim Newsham : > someone mentioned in the thread that it would be nice to be able > to walk directory trees in breadth-first manner: >  http://www.thenewsh.com/~newsham/x/9/walk.c that's potentially useful, thanks. BTW, any robust file tree walker in plan 9 should cope with cycles in the

Re: [9fans] breadth first walking

2010-01-04 Thread roger peppe
what's a scape tree? 2010/1/4 Bruce Ellis : > yep, use a scape tree. ozi is full of them. no hash tables here, > except for my coffee table. > > brucee > > On 1/4/10, Tim Newsham wrote: >> someone mentioned in the thread that it would be nice to be able >> to walk directory trees in breadth-first

Re: [9fans] breadth first walking

2010-01-03 Thread Bruce Ellis
yep, use a scape tree. ozi is full of them. no hash tables here, except for my coffee table. brucee On 1/4/10, Tim Newsham wrote: > someone mentioned in the thread that it would be nice to be able > to walk directory trees in breadth-first manner: > http://www.thenewsh.com/~newsham/x/9/walk.c >

[9fans] breadth first walking

2010-01-03 Thread Tim Newsham
someone mentioned in the thread that it would be nice to be able to walk directory trees in breadth-first manner: http://www.thenewsh.com/~newsham/x/9/walk.c Tim Newsham | www.thenewsh.com/~newsham | thenewsh.blogspot.com