On Mon, Oct 27, 2014 at 12:52 PM, Brian Craft <craft.br...@gmail.com> wrote:

> Makes sense, but not an option for this application. What about something
> similar to iota, backed with byte arrays, or something?


As Patrick pointed out, if you're working directly with byte array's you
might want to use mmap which is what Iota does internally. It'll mean
handling record delimiters yourself, but depending on the data you may be
able to add some optimizations.

I tossed together https://github.com/thebusby/clj-mmap for the Clojure
Cookbook a while back if that helps. It has a string example, and allows
writing back to files if I remember correctly.

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

Reply via email to