BuganiniMy favorite data packing method in 2024Zstandard(MessagePack(stream)) with Python/Django examplesSep 2
Michael M.Exploring Alternatives: Are There Better Options Than JSON?A while back, I stumbled upon a captivating article titled “JSON is incredibly slow: Here’s What’s Faster!” It almost immediately caught my…Feb 16
Halil İbrahim KocaözMessage Queues — MessagePack vs JSON for SerializationHow our messages are stored in message queues is an important parameter that affects the efficiency and performance of the system. The…Jul 20Jul 20
InDifferential BlogbyNadeesha CabralUsing MessagePack with TypescriptWhat is MessagePack? Why would we use it over other serialisations like JSON? Learn how to use MessagePack with Typescript and its benefits.Feb 15Feb 15
Rabinarayan PatraEfficient Data Handling with MessagePack in Spring Webflux and RedisUnlock blazing-fast data exchange in Java with MessagePack! Learn how to serialize & deserialize efficiently for compact, speedy payloads.Feb 28Feb 28
BuganiniMy favorite data packing method in 2024Zstandard(MessagePack(stream)) with Python/Django examplesSep 2
Michael M.Exploring Alternatives: Are There Better Options Than JSON?A while back, I stumbled upon a captivating article titled “JSON is incredibly slow: Here’s What’s Faster!” It almost immediately caught my…Feb 16
Halil İbrahim KocaözMessage Queues — MessagePack vs JSON for SerializationHow our messages are stored in message queues is an important parameter that affects the efficiency and performance of the system. The…Jul 20
InDifferential BlogbyNadeesha CabralUsing MessagePack with TypescriptWhat is MessagePack? Why would we use it over other serialisations like JSON? Learn how to use MessagePack with Typescript and its benefits.Feb 15
Rabinarayan PatraEfficient Data Handling with MessagePack in Spring Webflux and RedisUnlock blazing-fast data exchange in Java with MessagePack! Learn how to serialize & deserialize efficiently for compact, speedy payloads.Feb 28
InDev GeniusbyMuhammad Naufal PratamaSend and Serialize Your cv::Mat using Msgpack and ZeroMQOpenCV + MessagePack + ZeroMQ == Triple ThreatDec 11, 20221
Kartik Andalam2 simple techniques to get killer redis cache performanceIn our story we would like to use a cache to improve our API response times. We can save time by storing pre-computed results (JSON) in…Mar 29, 2020