[racket] Mutable state vs RAM on fire
What sort of time are you looking for for it to be "handled"?
Deren
On Wed, May 2, 2012 at 6:54 PM, <joshua at anwu.org> wrote:
>
>
> The stuff I'm playing with raising polynomials of the form
>
> x^1 + x^2 + x^3 + x^4 + x^5 +x^6
>
> to like the 300th power.
>
> My first version crapped out around 10; the new version can handle 300.
>
>
> tk
>
>
>
> On Wed, May 02, 2012 at 05:13:00PM -0400, Deren Dohoda wrote:
>> I have a polynomial library I wrote for other purposes. It also uses list
>> of numbers, though it isn't a sparse representation so exponents are
>> assumed. Can't click your link right now, on my phone, but if you don't
>> have an example problem, could you post one for me to try with my library?
>> Then id know whether I could offer any advice.
>> On May 2, 2012 3:08 PM, <joshua at anwu.org> wrote:
>>