[EMAIL PROTECTED] wrote: > I'm very interested in the new DBD::AnyData as I use it to work with CSV > files in conjunction with DBI::PurePerl. Does the new version that's > in the works have any speed/resource/architecture improvements?
Yes! I'm finalizing three things which will add speed: 1) not too relevant to your PurePerl situation, but AnyData will now use Text::CSV_XS when it is installed and its own regexes when it isn't 2) the regexes themselves are speedier and more of their work is shifted to one-time, up front operations 3) a new method dispatcher allows me to eliminate many if() statements formerly done once per record in all fetch loops and now eliminated almost entirely. > - thanks for a great module. You're welcome, thanks for putting it to good use. > I'd be glad to beta the new version and/or do some hi res timer > comparisons if needed. Please let me know if I can help at all. Excellent, I'll be sending you a pre-release version in a few days (you too Ilya). -- Jeff
