--
You received this message because you are subscribed to the Google Groups "sinatrarb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sinatrarb+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Things I observed:1. They haven't used "json_ext" which improves serialization performance.2. No numbers with much faster json implementations like Oj3. Ruby compiled with "-O3" config parameter is faster than the normal Ruby via rvm/rbenv and there is no information about that.4. The issues in their github repo paint a similar picture with regards to other frameworks as well.Nice perspective though since the servlet performance is almost unthinkable with Ruby.