On Thursday, January 15, 2015 at 1:44:12 AM UTC-5, strattonbrazil wrote:
>
> That's cool, but I may be reading this from a file like json, applying the 
> change, and writing it back.  Changing it to a sorted list would take 
> linear time anyway, right?  And I'd just be writing it back out 
> immediately.  Still this seems like a very clean solution.  I'll have to 
> read up on how update-in syntax with sorted maps.  Thanks.  
>

If you're updating small bits of complex data on disk, you might want to 
consider using an embedded database in your application. 

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