Re: [Pythonmac-SIG] Pystone numbers for different Macs...

2008-01-20 Thread Ian Baird
Hmm - that appears to be negligible if not within the bounds of statistical error. However, you're right - a small bump in speed. A Quick Aside: Benchmarking the diff routines on my app (Changes - http://changesapp.com/) showed a 10-15% performance increase going from 32-bit i386 to 64- bit

Re: [Pythonmac-SIG] Pystone numbers for different Macs...

2008-01-20 Thread Ian Baird
It would be interesting to see if that held up on ppc64. My guess is that it would benchmark slower in 64-bit mode than 32-bit mode on ppc. - Ian On Jan 20, 2008, at 2:27 AM, Ronald Oussoren wrote: > > On 19 Jan, 2008, at 21:43, [EMAIL PROTECTED] wrote: > >> >> My Powerbook G4 is getting rathe

Re: [Pythonmac-SIG] Problem with numpy on Leopard

2007-11-05 Thread Ian Baird
Shared libraries and environments (such as python) that are used system wide are good candidates for "frameworkization". Wil was saying that private frameworks should probably be avoided. Ian On Nov 5, 2007, at 11:32 AM, Nehemiah Dacres wrote: > I am not sure how Virtualenv works or why it's

Re: [Pythonmac-SIG] Leopard python architectures in setup.py

2007-11-05 Thread Ian Baird
On x86-64, you get more GPRs. From my naive benchmarking with my algorithms on ObjC, I get at 15%-20% speedup. Ian On Nov 5, 2007, at 10:03 AM, Christopher Barker wrote: > > semi OT: > > Ronald Oussoren wrote: >> It's to bad that they don't ship 64-bit command-line utilities as >> well. > >

Re: [Pythonmac-SIG] newbie: threads in PyObjC

2007-06-04 Thread Ian Baird
Tom, One problem you have here is that you need to create an instance of the Threaded class to point to as your selector's target object. This error is causing the message: 2007-06-04 20:53:11.415 PyThread[555] *** +[Threaded newThread:]: selector not recognized Plus, you have an unneeded NSAuto

[Pythonmac-SIG] Stackless on Python2.5 Universal Built - Passing Tests

2006-09-21 Thread Ian Baird
create an mpkg which dutifully clobbers universal python 2.5 when installed. Thanks, Ian Baird ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig