Hi,
I am working on a project that requires sorting a very large file.
Obviously sorting the file in memory is not an option.
My input is a file in csv format and i want an output file in the same
format sorted on all columns (from left to write).
Of course I can implement an external sorting
algorithm<http://www.codeodor.com/index.cfm/2007/5/14/Re-Sorting-really-BIG-files---the-Java-source-code/1208>myself
but just wanted to check if something like that exists (in clojure)
that I can use.


Thanks,
*Nishant
*

-- 
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