Array 데이터같이 반복 많은 거에는 gzip 이 훨씬 효율 좋다MessagePack JS XML, JSON, BSON, MSGPACK 장,단점 비교XML 장점- 나온지 10년이 넘어 엄청나게 널리 쓰이고 있음 단점- 의미를 확인하기 위한 불필요한 TEXT(시작태그 및 닫는태그 등)가 포함 됨- DTO를 사용하기 위해선 반드시 파싱과정을 거쳐야 함 JSON 장점- 대부분의 언어별 lib지원- 불필요한 XML대비 TEXT가 없어 패킷용량 감소- 대부분의 언어의 기본 Collection type으로https://yeop-blog.github.io/2017/09/29/2017-09-29-old-blog-post28/ MessagePackRedis scripting has support for MessagePack because it is a fast and compact serialization format with a simple to implement specification. I liked it so much that I implemented a MessagePack C extension for Lua just to include it into Redis. Salvatore Sanfilippo, creator of Redis Fluentd uses MessagePack for all internal data representation.https://msgpack.org/MessagePackYou can't perform that action at this time. You signed in with another tab or window. You signed out in another tab or window. Reload to refresh your session. Reload to refresh your session.https://github.com/msgpackmsgpack/msgpackMessagePack is an efficient binary serialization format. It's like JSON. but fast and small. This repository manages specification of MessagePack format. See Spec for the specification. Implementation projects have each own repository. See msgpack.org website to find implementations and their documents. If you'd like to show your msgpack implementation to the msgpack.org website, please follow the website document.https://github.com/msgpack/msgpack