Re: [Pyobjc-dev] NSDecimalNumber to the next level
Brought to you by:
ronaldoussoren
From: Pierce T.W. I. <pi...@tw...> - 2004-03-10 19:18:24
|
>> Hmmmm.... Anyone mind if PyObjC just build NSDNs instead of >> NSNumbers? > > They are a lot heavier weight.... a lot. How so? NSNumbers are still an object, and I think that NSDecimal actually only uses the minimum amount of memory necessary. Remember this would only be necessary when passing a python number back to objective c. (BTW, this works for me so far.) Pierce |