Ruby AMQP Benchmarks
AMQ Protocol gem is 4.875x faster, and it needs 5.417 less objects than current AMQP encoder/decoder in the AMQP gem, here are some benchmarks I wrote (nice graphs included :) ). AMQ Protocol gem will be integrated into the next AMQP gem release, so everyone shall benefit from this!
This will also finally make the AMQP gem compatible with AMQP 0.9.1, which is the version used by most of the AMQP software nowadays.
Post a comment