Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

RE: Re: Reading file into an array and working with it.

by davorg (Chancellor)
on Jun 26, 2000 at 12:25 UTC ( [id://19816]=note: print w/replies, xml ) Need Help??


in reply to Re: Reading file into an array and working with it.
in thread Reading file into an array and working with it.

Might be worth pointing out that on CPAN there is now a Text::CSV_XS which, as its name implies, does the parsing in C code. It is therefore much faster than the pure Perl implementation in Text::CSV.

--
<http://www.dave.org.uk>

European Perl Conference - Sept 22/24 2000
<http://www.yapc.org/Europe/>
  • Comment on RE: Re: Reading file into an array and working with it.

Replies are listed 'Best First'.
RE: RE: Re: Reading file into an array and working with it.
by httptech (Chaplain) on Jun 26, 2000 at 16:29 UTC
    Hmm, I wonder if DBD::CSV could use it as a backend... and whether it would speed DBD:CSV up, because it is pretty slow.
        I have seen Merlyn mention it. Looks like it doesn't support joins which is something I really could use. Sounds like it might be faster though.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://19816]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (6)
As of 2024-04-20 00:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found