Date: Sun, 17 Feb 2002 07:39:35 -0800 From: Rob <rob@pythonemproject.com> To: Terry Lambert <tlambert2@mindspring.com> Cc: Dag-Erling Smorgrav <des@ofug.org>, "freebsd-chat@FreeBSD.ORG" <freebsd-chat@FreeBSD.ORG> Subject: Re: Why is Python slower on FreeBSD than Windows?/Terry is a genius :) Message-ID: <3C6FCEB6.38DA0622@pythonemproject.com> References: <3C6D22C2.268E6915@pythonemproject.com> <xzpheoilqr1.fsf@flood.ping.uio.no> <3C6DD1C7.4F3DEE06@mindspring.com> <3C6DD7E4.2F3DF868@pythonemproject.com> <3C6E733C.B7B6535C@pythonemproject.com> <3C6F00FA.C8B7693B@mindspring.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Terry Lambert wrote: > > Rob wrote: > > Well dmesg reports 1Ghz for this Viao FX290, but I didn't believe it > > after Terry's message. So I went into BIOS Setup and set the power > > management for max performance all of the time. Now my 800 sec > > executable is running at 420 sec, still a little slower than Windows at > > 300 sec. I wonder how many other laptop users are totally in the dark > > that they are on slow speed all the time while in FBSD? Thanks again > > Terry. > > FWIW, this thread is probably not being monitored by > Mike Smith; you ought to report this as a bug, so > that it gets taken care of for real, instead of as a > workaround. > > -- Terry Well, I believe that I was wrong, wrong, wrong. I found that if I ran my Python program from the console it took only 400sec, just 100 more than windoze. But if I ran it from IDLE, the IDE, it took 800sec. Then I removed all my Python and reinstalled it compiling with -02. Console still ran at 400 sec, but with IDLE, I get 440sec. Then I remembered, I had installed the IdleFork port. So it must bork the program in some way. Regular IDLE does OK. Rob. -- The Numeric Python EM Project www.pythonemproject.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-chat" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3C6FCEB6.38DA0622>