=== Top of the Swiki === Attachments ===

LargeIntegers

Description

Goal of this project is to improve the speed of LargeInteger arithmetics.

Important: The LargeIntegers plugin will be part of the standard Squeak 2.8 distribution.

Areas of interest for this speed up are

Actual

Download actual version.

Time millisecondsToRun: [1000 factorial].
3595 3594 3600 "without"
55 54 59 "with"


Results (newest at top)



History

I've just (Tue Dec 7 03:24:43 CET 1999) compiled my first very simple example plugin and want to start with a LargeIntegers project now; goal is

Example and timeline: I want to improve the computation of
(1000 factorial) by factors of
before the Y2K.

The main implementation idea is to use the current implementation of LargeInteger arithmetics in Smalltalk (as far as possible and convenient, we'll see...) and to convert it into simple Smalltalk and then in a C plugin.

Further enhancements seem to be possible.


Stephan Rudlof