in reply to How to make my DBD::CSV DB code faster.

A third option is to help improve the code for SQL::Statement and the other underlying technologies. That way, you improve the speed of your code and you give back to the community that has helped you solve your problem so quickly and easily.

I like that option. :-)


My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?
  • Comment on Re: How to make my DBD::CSV DB code faster.

Replies are listed 'Best First'.
Re^2: How to make my DBD::CSV DB code faster.
by jZed (Prior) on Sep 30, 2005 at 02:42 UTC
    I like that option too, patches are welcome :-). In this particular case, though, I suspect the OP's loop approach is a significant portion of the problem.