Re: [Cleanup?] Int vs Long

From: matz@... (Yukihiro Matsumoto)
Date: 2002-08-22 13:11:58 UTC
List: ruby-core #336
In message "Re: [Cleanup?] Int vs Long"
    on 02/08/22, Ryan Davis <ryand@zenspider.com> writes:
|
|Is any work being done to speed up certain aspects of ruby?

IKEGAMI Daisuke is working on faster bignum multiplication using
better algorithms, e.g. Karatsuba's.

Takaaki Tateishi's optimization module is also an interesting
approach.

I myself have plan to make bytecode VM for Ruby named Rite.

							matz.

In This Thread