From: Eric Hodel Date: 2008-02-07T07:52:20+09:00 Subject: Re: [ANN] FastRI 0.3.1: faster, Leopard compatibility, etc. On Feb 3, 2008, at 07:40 AM, botp wrote: > On Feb 3, 2008 1:07 AM, Mauricio Fernandez wrote: >> FastRI is an alternative to the ri documentation browser for Ruby. > > forgive the dumb question, but how can i make fastri work for ruby1.9? > thanks for fri/qri, mauricio. 'm very much dependent on it now :) Are you really concerned about 1/10 of a second? (All times with hot cache.) $ time ri -f plain Array#fetch > /dev/null real 0m0.589s user 0m0.365s sys 0m0.221s $ time qri -f plain Array#fetch > /dev/null real 0m0.110s user 0m0.089s sys 0m0.020s $ time ri19 -f plain Array#fetch > /dev/null real 0m0.208s user 0m0.163s sys 0m0.033s