<yopp> kalman filter is awesome, but it's kinda brain breaking
dimday has joined #rubinius
houhoulis has quit [Remote host closed the connection]
dimday has quit [Ping timeout: 256 seconds]
dimday has joined #rubinius
GitHub28 has joined #rubinius
<GitHub28> [rubinius] brixen pushed 1 new commit to master: http://git.io/vL9aH
<GitHub28> rubinius/master 19e3174 Brian Shirai: More locking fixes.
GitHub28 has left #rubinius [#rubinius]
travis-ci has joined #rubinius
<travis-ci> rubinius/rubinius/master (19e3174 - Brian Shirai): https://travis-ci.org/rubinius/rubinius/builds/67791686: The build was broken.
travis-ci has left #rubinius [#rubinius]
heroux_ has joined #rubinius
heroux has quit [Read error: Connection reset by peer]
heroux_ is now known as heroux
mister_solo has joined #rubinius
amclain has quit [Quit: Leaving]
mister_solo has quit [Ping timeout: 255 seconds]
mister_solo has joined #rubinius
dimday has quit [Ping timeout: 246 seconds]
mister_solo has quit [Ping timeout: 256 seconds]
mister_solo has joined #rubinius
mister_solo has quit [Ping timeout: 265 seconds]
mister_solo has joined #rubinius
guilleiguaran__ has quit [*.net *.split]
halorgium has quit [*.net *.split]
lbianc has joined #rubinius
halorgium has joined #rubinius
guilleiguaran__ has joined #rubinius
djellemah has quit [Ping timeout: 256 seconds]
meh` has joined #rubinius
<yopp> there still no jit on arm, right?
<yopp> Runtime: 0.09 (Ruby 2.2.2)
<yopp> vs
<yopp> Runtime: 0.37 (rubinius 2.5.5)
<yopp> :|
<yorickpeterse> Correct
kagaro has joined #rubinius
nirvdrum has joined #rubinius
<yopp> thats on x86
<yopp> I'm running agains daily well data, but seems like it's still much worse than mri
<yorickpeterse> without any repro/whatever there's little we can help with
kagaro has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
<yopp> working on it, just cleaning stuff a bit
<yopp> hum
<yopp> ; Runtime: 4.17
<yopp> ; Runtime: 10.51
<yopp> first mri, second rbx
<yopp> ; Runtime: 14.60
<yopp> and jruby
<yorickpeterse> well, at least we're doing better than JRuby :P
<yorickpeterse> does this take JIT warmups into account?
<yorickpeterse> hm, doesn't seem like it
<yopp> it's plain runtime on small dataset
<yorickpeterse> can you turn this into a benchmark-ips benchmark?
<yopp> yep, gimme a sec
<yorickpeterse> Hmmm
<yorickpeterse> now could you report this as an issue? :P
<yopp> I've removed "benchmark" block, but it made no diffirence
<yopp> I remember something about blocks and JIT
<yopp> ah, okay, jruby actually faster
<yopp> I've tested against jruby 9.0.0.0-pre
<yopp> What you would like to see in the issue?
<yopp> Just "not fast enough?" :)
<yorickpeterse> Well, a description of the end use case would be useful
<yorickpeterse> to give some idea what this would be used for
<yopp> The first gist is pretty much it: I'm filtering data from ultrasonic range sensor, to get a water level in my well :)
mister_solo has quit [Ping timeout: 256 seconds]
<yopp> ; Runtime: 10.82
<yopp> ; jruby 1.7.20.1 (1.9.3p551) 2015-06-10 d7c8c27 on Java HotSpot(TM) 64-Bit Server VM 1.7.0_67-b01 +jit [darwin-x86_64]
<yopp> ; Runtime: 9.24
<yopp> ; rubinius 2.5.5 (2.1.0 433d9b8c 2015-05-15 3.5.1 JI) [x86_64-darwin14.4.0]
<yopp> oppsie
<yopp> hum, jruby is actually better than mri
<yopp> on the bench/ips
<yopp> but on the real data it's actually slower
<yorickpeterse> that's probably the JIT warming up
<yorickpeterse> also I think pre2 is much faster than pre1
cremes has joined #rubinius
<yopp> uh
<yopp> in /usr/local/Cellar/crystal-lang/0.7.3/src/matrix.cr:220: undefined method '*' for Nil
<yopp> (fliptable)
<yopp> oops
<yopp> (╯°□°)╯︵ ┻━┻
<yopp> !
djellemah has joined #rubinius
<yopp> ; Runtime: 0.85
<yopp> that's cool
<yopp> crystal rocks!
mister_solo has joined #rubinius
RageLtMan has quit [Ping timeout: 265 seconds]
RageLtMan has joined #rubinius
|jemc| has joined #rubinius
rakaur_ has quit [Read error: Connection reset by peer]
rakaur has joined #rubinius
heroux has quit [Ping timeout: 244 seconds]
|jemc| has quit [Ping timeout: 252 seconds]
|jemc| has joined #rubinius
mister_s_ has joined #rubinius
mister_solo has quit [Ping timeout: 248 seconds]
mister_s_ has quit [Quit: So long, and thanks for all the fish!]
heroux has joined #rubinius
pietr0 has joined #rubinius
pietr0_ has joined #rubinius
pietr0 has quit [Ping timeout: 250 seconds]
pietr0_ is now known as pietr0
GitHub44 has joined #rubinius
<GitHub44> [rubinius] brixen pushed 2 new commits to 1.8.7: http://git.io/vL5FI
<GitHub44> rubinius/1.8.7 3f00924 Brian Shirai: Merge remote-tracking branch 'origin' into 1.8.7
<GitHub44> rubinius/1.8.7 854648a Brian Shirai: Fixed locking for Thread#critical= lock.
GitHub44 has left #rubinius [#rubinius]
travis-ci has joined #rubinius
<travis-ci> rubinius/rubinius/1.8.7 (854648a - Brian Shirai): https://travis-ci.org/rubinius/rubinius/builds/67886380: The build passed.
travis-ci has left #rubinius [#rubinius]
pipework is now known as Spaceghostc2c
Spaceghostc2c is now known as |work
unreal_ has quit [Ping timeout: 264 seconds]
unreal has joined #rubinius
GitHub123 has joined #rubinius
<GitHub123> [rubinius] nirvdrum opened pull request #3448: Fixed return value for Rubinius::Mirror::Range#step_float_iterations_… (master...fix_step_float_iterations_size) http://git.io/vLFkl
GitHub123 has left #rubinius [#rubinius]
GitHub160 has joined #rubinius
<GitHub160> [rubinius] YorickPeterse closed pull request #3448: Fixed return value for Rubinius::Mirror::Range#step_float_iterations_… (master...fix_step_float_iterations_size) http://git.io/vLFkl
GitHub160 has left #rubinius [#rubinius]
GitHub138 has joined #rubinius
<GitHub138> [rubinius] YorickPeterse pushed 2 new commits to master: http://git.io/vLFmV
<GitHub138> rubinius/master 2ceaa67 Yorick Peterse: Merge pull request #3448 from nirvdrum/fix_step_float_iterations_size...
GitHub138 has left #rubinius [#rubinius]
<GitHub138> rubinius/master 03b3154 Kevin Menard: Fixed return value for Rubinius::Mirror::Range#step_float_iterations_size.
travis-ci has joined #rubinius
<travis-ci> rubinius/rubinius/master (2ceaa67 - Yorick Peterse): https://travis-ci.org/rubinius/rubinius/builds/67917148: The build is still failing.
travis-ci has left #rubinius [#rubinius]
coffeeju1 has quit [Ping timeout: 245 seconds]
meh` has quit [Ping timeout: 255 seconds]
coffeeju1 has joined #rubinius
pietr0 has quit [Quit: pietr0]