Skip to content

Instantly share code, notes, and snippets.

@etehtsea
etehtsea / Gemfile
Last active August 29, 2015 14:27 — forked from aishfenton/serializer_benchmarks.rb
Performance comparison of different ruby serializer methods
source 'https://rubygems.org'
gem 'benchmark-ips'
gem 'msgpack'
gem 'yajl-ruby', platforms: :ruby
gem 'oj', platforms: :ruby
gem 'jrjackson', platforms: :jruby
gem 'gson', platforms: :jruby