TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

MessagePack: the missing serializer

7 pointsby kzk_moverover 13 years ago

1 comment

pjscottover 13 years ago
I've been very happy with MessagePack. It pretty much just does what I want it to: serialize and deserialize things in an efficient, streamable binary format. It can be used as a drop-in replacement for a lot of the things that I would otherwise do with JSON.<p>Also, the libraries are very good. It's not often you have similarly high-quality language bindings for Python, Java, and Haskell, among others, but that's the case here.