meh` has quit [Quit: I don't want to live on this planet anymore.]
amclain has quit [Quit: Leaving]
nirvdrum has quit [Ping timeout: 250 seconds]
cpuguy83 has joined #rubinius
cpuguy83 has quit [Remote host closed the connection]
cpuguy83 has joined #rubinius
cpuguy83 has left #rubinius [#rubinius]
cpuguy83 has joined #rubinius
djellemah_ is now known as djellemah
djinni has quit [Ping timeout: 244 seconds]
djinni has joined #rubinius
RageLtMan has joined #rubinius
|jemc| has joined #rubinius
digitalextremist has quit [Remote host closed the connection]
Caius has quit [Ping timeout: 256 seconds]
Caius has joined #rubinius
|jemc| has quit [Ping timeout: 268 seconds]
dmilith is now known as dmilith2
dmilith2 is now known as dmilith
cpuguy83 has left #rubinius [#rubinius]
pitr-ch has joined #rubinius
Success has joined #rubinius
<Success>
why is jruby faster than rubinius, java tends to be slower in almost every other case except ruby... I don't understand. Or am I just mistaken?
<Success>
Sorry ignore that I reasked in the main channel.
<Success>
More appropriately, how do I get rubinius on windows?
houhoulis has joined #rubinius
flavorjones has quit [Ping timeout: 240 seconds]
shevy has left #rubinius ["I'll be back ... maybe"]
flavorjones has joined #rubinius
<cremes>
Success: jruby is faster at some things, rubinius is faster at some things.
<cremes>
rubinius is not available on windows. we need some windows developers to tackle this. there has been some recent interest and a few people have forked the project to work on that. hopefully one or more of them will speak up.
<cremes>
the jruby team worked hard to fix the slow paths in jruby so it’s now much faster at CSV parsing. however, it’s still slower at writing to some databases (not a jruby issue though… more of a problem with the client libs they use)
<cremes>
Success: ultimately, there is no *single answer* for who is faster. You need to test & benchmark your own code to know for sure.