rails speed

puts “hello”

So, I’m a little bias about this http://www.techempower.com/benchmarks/previews/round7/#section=data-r7&hw=i7&test=json&l=bz4&c=1&a=1

So, for json:

  • rails 4,610

  • django 9,189

  • grails 34,929

  • play-scala 73,487

  • spring 73,615

then: one single query:

  • rails 2,875

  • django 4,203

  • grails 18,216

  • play-scala 30,573

  • spring 34,138

we continue with multiple queries:

  • rails 45

  • django 528

  • grails 2,972

  • play-scala 3,324

  • spring 4,107

We have some fortunes:

  • rails 2,413

  • play-scala 15,325

  • spring 25,303

At least, data updates:

  • rails 2

  • django 229

  • play-scala 650

Maybe is just a synthetic test, maybe is just not a real test, but is so slow. :expressionless:

I know rails and ruby is about happiness, I;m really happy working with rails, but is possible to be sooooooooooo slow???

my two cents