On Fri, Mar 15, 2013 at 11:05 PM, Paul K <paulclin...@yahoo.com> wrote:
> Hi John,
>
> Thank you for the link to Traverse implementation; I should have
> looked there myself. VZ uses GetFirst and GetNext, whereas I actually
> use FindFirst and FindNext. I'm not sure what exactly the differences
> are, but I'll re-implement Traverse in Lua and see if it is
> sufficiently fast for my needs.

It'll definitely be no slower than using a wxDirTraverser since you
won't have the overhead of extra calls to the traverser itself.
Directory reading is already slow enough and I couldn't see the use of
the traverser in Lua since it's far more flexible than C++ code.

Regards,
    John

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to