Ask a Question related to Ruby, Design and Development.
-
Weng Lei-QCH1840 #1
Does Ruby 1.8.0 improve in file I/O speed and pattern match speed?
Hi, rubyists,
I'm using ruby 1.6.8 (2002-12-24) [i586-mswin32] and find file I/O too slow. Is ruby 1.8.0 faster? Some one in the list said speed is quite dependant on how ruby is compiled. Is that true?
Lei WENG
Weng Lei-QCH1840 Guest
-
POLS ANT file pattern in Ruby
This is a multi-part message in MIME format. ------=_NextPart_000_094E_01C39585.7A570C60 Content-Type: text/plain; charset="iso-8859-1"... -
Ruby speed comparison
Hello, I want to use ruby as an embedded scripting language within a c++ server. As an alternative to ruby I also took a look on python. I... -
POLS ANT file pattern in Ruby<Pine.LNX.4.44.0310181631510.7967-100000@ool-4355dfae.dyn.optonline.net>
Hi -- On Sat, 18 Oct 2003, Robert Dawson wrote: Just eyeballing it, I would expect this assertion to be true. I guess that means I would... -
please help !! pattern match
Hi , I need some help me to extract a pattern. The delimiters is a pair of "abcd" and "efgh". Can some one help me with an efficient use of Greedy... -
Speed of file vrs dbase access
fatted (fatted@yahoo.com) wrote on MMMDXC September MCMXCIII in <URL:news:4eb7646d.0306300038.2be15c80@posting.google.com>: }} A request for some... -
Thomas #2
Re: Does Ruby 1.8.0 improve in file I/O speed and pattern match speed ?
> I'm using ruby 1.6.8 (2002-12-24) [i586-mswin32] and find file I/O too slow. Is ruby 1.8.0 faster? Some one in the list said speed is quite dependant on how ruby is compiled. Is that true?
For IO ruby 1.8.0 is significantly faster than 1.6.8: My I/O intensive>
test suite runs in 1.5s with ruby 1.8.0 and in 24.3s in ruby 1.6.8.
I'd say that is a pretty substantial improvement :-)
Cheers,
Thomas
Thomas Guest



Reply With Quote

