taoensso / nippy

The fastest serialization library for Clojure
https://www.taoensso.com/nippy
Eclipse Public License 1.0
1.04k stars 60 forks source link

nippy vs transit msgpack #81

Closed klauswuestefeld closed 8 years ago

klauswuestefeld commented 8 years ago

Hi, I'm the author of Prevayler and prevayler-clj. how would you compare nippy and transit's msgpack? Are both suited for huge amounts of data? Thanks, Klaus

ptaoussanis commented 8 years ago

Hi Klaus,

how would you compare nippy and transit's msgpack? Are both suited for huge amounts of data?

Nippy doesn't use msgpack. Not sure what you mean by huge, but Nippy should be fine for payloads in the gigabyte range with an appropriate hardware environment.

Bottleneck will be how much memory you have available.

Hope that helps?

Thanks, Klaus

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub

klauswuestefeld commented 8 years ago

Nippy should be fine for payloads in the gigabyte range Good to know.

Do you know how Nippy compares to transit/MsgPack in performance?

ptaoussanis commented 8 years ago

Sorry, I don't; haven't used Transit much myself. Shouldn't be too hard to check+compare though?

klauswuestefeld commented 8 years ago

OK. I'll posts results here if I get round to comparing them.

Thx

On Fri, Apr 1, 2016 at 1:16 PM, Peter Taoussanis notifications@github.com wrote:

Sorry, I don't; haven't used Transit much myself. Shouldn't be too hard to check+compare though?

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/ptaoussanis/nippy/issues/81#issuecomment-204456796

ptaoussanis commented 8 years ago

Awesome, thanks!

ptaoussanis commented 8 years ago

Closing for now, please feel free to reopen if you have any more questions (or results to share, etc.) - cheers! :-)