On Sun, Jul 8, 2012 at 9:34 AM, Timothy Washington <twash...@gmail.com> wrote:
> I'm trying out the Clojure-csv lib. But I run out of heap space when trying
> to parse a large CSV file. So this call should return a lazy sequence.
>
> (csv/parse-csv (io/reader "125Mfile.csv"))

If you are consuming the CSV lazily, you should be able to parse very
large files. At World Singles, we use clojure-csv to parse PowerMTA
logfiles in excess of 400Mb every day (about 1m rows).
-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/

"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to