Posted on 11/05/2007, 6:51 pm, by aaron, under
All.
So i know it may be old school, but I like getting svn commit messages, especially when working on a small team. I found ElliotH’s post about A better subversion post-commit hook than commit-email.pl, but it wasnt entirely working.
Most of the credit goes to him, I just fixed the colorization.
[UPDATED]: for [...]
Posted on 11/03/2007, 9:56 pm, by aaron, under
All.
So I remember a couple months ago playing with JRuby, and while fibonacci was super fast, Rails was way off.. ActiveRecord performance 6x-10x slower than MRI…
Looks like its getting better. Disclaimer: These are really really simple non-scientific tests.
Local mysql database, MYISAM, table people, with 2 columns, (id, name). 100k rows
> jruby -J-server -O [...]