Discussion:
A9 release test
(too old to reply)
ragulan.r
2010-11-14 19:14:38 UTC
Permalink
SetGet - I keep crashing, is that the billionth coefficient that is
being set?
Degree - I get that right half the time, and the wrong the other half.
What's the deal with that?
David Xingliang Lou (CS 137 Tutor)
2010-11-15 19:29:15 UTC
Permalink
Post by ragulan.r
SetGet - I keep crashing, is that the billionth coefficient that is
being set?
Why, you almost read my mind.

The billionth coefficient is being *get*. I wouldn't set such a high
coefficient because Marmoset probably doesn't have enough memory to
store a billion integers.
Post by ragulan.r
Degree - I get that right half the time, and the wrong the other half.
What's the deal with that?
Mind being a little more specific? :)
Sanjay Menakuru
2010-11-16 04:33:20 UTC
Permalink
On Nov 15, 2:29 pm, "David Xingliang Lou (CS 137 Tutor)"
Post by David Xingliang Lou (CS 137 Tutor)
Post by ragulan.r
SetGet - I keep crashing, is that the billionth coefficient that is
being set?
Why, you almost read my mind.
The billionth coefficient is being *get*. I wouldn't set such a high
coefficient because Marmoset probably doesn't have enough memory to
store a billion integers.
Post by ragulan.r
Degree - I get that right half the time, and the wrong the other half.
What's the deal with that?
Mind being a little more specific? :)
aww man, i assumed you would try and set the billionth coefficient,
and wrote an implementation that didnt store all the coefficients with
zeroes :(

thats what i get for premature optimization

Loading...