in reply to Re: Efficiency issue when reading large CSV files
in thread Efficiency issue when reading large CSV files
But that's raises another question (and this time, it's really a question about "perl wisdom" and not about "perl how-to"). Since both Text::CSV and Text::CSV_XS are object oriented, and since both implement the same methods, and since one is clearly faster than the other, why wasn't the code of the slower one simply replaced by the code of the faster one? In other words, why two different modules to do the same thing?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Efficiency issue when reading large CSV files
by Tux (Canon) on Jun 26, 2009 at 17:27 UTC |