Skip to content

Instantly share code, notes, and snippets.

View adamjleonard's full-sized avatar

Adam Leonard adamjleonard

View GitHub Profile

MessagePack for Ruby version 5

Today, I released the new version of MessagePack for Ruby!

Even faster

I rewrote all the code and achieved significant performance improvement, especially for serialization. I compared the new version to the old version (v4) using ruby-serializers benchmark, and the new version is faster for all data sets including Twitter, Image, Integers, Geo and 3D model.