[squeak-dev] Faster fibonacci

Nicolas Cellier nicolas.cellier.aka.nice at gmail.com
Wed Apr 24 20:29:50 UTC 2019


Hi Tim,
I've posted some enhancements with a  3-way Toom-Cook multiplication
algorithm
(it is a generalization of karatsuba, but we divide in n parts instead of
2, here 3 parts for Toom-3)

Use fastMultiply: instead of karatsubaTimes:
Maybe I'll post more enhancements if time permits...

Le ven. 19 avr. 2019 à 22:41, tim Rowledge <tim at rowledge.org> a écrit :

> I'm being told that the .cs file I posted doesn't work on a Windows VM
> because of an apparent inability to write to stout on Windows - is this
> correct? *should* it work and it just got broken?
>
> tim
> --
> tim Rowledge; tim at rowledge.org; http://www.rowledge.org/tim
> Strange OpCodes: KFP: Kindle Fire in Printer
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20190424/28ab8b71/attachment.html>


More information about the Squeak-dev mailing list