On Sunday, October 26, 2014 11:10:19 PM UTC+1, Brian Craft wrote: > > The java overhead for Strings is incredible. Even moderate-sized input > files will consume all memory. Are there good existing solutions? >
When needed (large size) and possible (not exactly text as in unicode, but ASCII or the corresponding subset of UTF-8), in java / Clojure, I treat the data as bytes (array, streams, of ). Not sure if that is of any help, I'd be interested in real solutions to this problem. -- 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 --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.