On Dec 19, 2006, at 8:06 AM, Kurt Schwehr wrote:

> Hi All,
>
> I have two mac boxes... on my G5 machine, all pythons
> are slow to start:
>
> time python2.4 -c "pass"
>
> real    0m2.726s
>
>  time /usr/bin/python -c "pass"
>
> real    0m2.909s
> user    0m0.023s
> sys     0m2.719s
>
> But on my G4 laptop I get a real time of 0.09-0.15s

FYI,

$ time python -c "pass"

real    0m1.509s
user    0m0.029s
sys     0m0.140s

$ time /usr/bin/python -c "pass"

real    0m1.526s
user    0m0.099s
sys     0m0.122s

$ python
Python 2.4.3 (#1, Sep 30 2006, 10:12:48)
[GCC 4.0.1 (Apple Computer, Inc. build 5363)] on darwin

$ /usr/bin/python
Python 2.3.5 (#1, Mar 20 2005, 20:38:20)
[GCC 3.3 20030304 (Apple Computer, Inc. build 1809)] on darwin

$ fink --version
Package manager version: 0.26.0
Distribution version: 0.8.1.rsync powerpc

$ sw_vers
ProductName:    Mac OS X
ProductVersion: 10.4.8
BuildVersion:   8L127

  Machine Name: PowerBook G4 17"
   Machine Model:       PowerBook5,7
   CPU Type:    PowerPC G4  (1.2)
   Number Of CPUs:      1
   CPU Speed:   1.67 GHz
   L2 Cache (per CPU):  512 KB
   Memory:      1.5 GB
   Bus Speed:   167 MHz
   Boot ROM Version:    4.9.1f1


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to