Yes. I suggested nippy. The question is about the size of Java serialized 
Clojure data structures. Can a two element vector be 1kB in size? Why 
serialization in my REPL experiment (see the code following the link in my 
previous mail) produces a 80MB byte buffer while prevayler logs are 1GB?

Il giorno venerdì 7 agosto 2015 13:51:45 UTC+2, Gary Verhaegen ha scritto:
>
> You should probably look at Clojure-specific solutions, starting with EDN 
> (i.e. essentially pr-str), fressian, transit or nippy.
>
> Clojure data structures have a lot of properties that can be exploited (we 
> only care about the abstract type and the actual data), so a serializer can 
> make a lot of assumptions that a generic Java solution can't.
>
>>
>>

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