If you're interested in efficient binary decoding/encoding with a more 
pleasant API than standard NIO ByteBuffers, check out Netty's buffer 
package, io.netty.buffer (http://netty.io/5.0/api/index.html). 

On Sunday, February 1, 2015 at 7:31:37 AM UTC-5, Milton Silva wrote:
>
> For now I'm hand coding a big loop with transients and a bytebuffer. It is 
> an incredibly ugly imperative mess but, it is fast enough and so far it 
> fits nicely into ram.
> It takes 2s (at this point gloss was taking upwards of 5 minutes) to 
> decode 200MB all the way to tcp and uses 500MB of heap. This is faster than 
> wireshark(10s) but a bit more memory hungry. Will see how it responds when 
> decoding diameter, so far that part is stored as byte-arrays.
>
> Thank you for the pointers with datomic. Are the indexes created 
> automatically or do I need to specify them on the schema?
>
>>  

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