On Sunday, October 26, 2014 6:51:18 PM UTC-7, TheBusby wrote:
>
> On Mon, Oct 27, 2014 at 7:10 AM, Brian Craft <craft...@gmail.com 
> <javascript:>> wrote:
>
>> I found iota, which looks like a good solution for the read portion of 
>> the problem. However I also need to process the data in the file. If I 
>> start with an iota/vec and need to sort it, something like
>>
>> (sort (iota/vec "foo"))
>>
>
> Short disclaimer: I'm the one to blame for Iota.
>
> In this situation I've found it easier just to use GNU sort, or an 
> external tool, and then use Iota with the pre-sorted file. Or generate an 
> index with a smaller subset of the data.
>

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

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