Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion New High Performance Python (v0.2) report online

Received: by 10.204.154.7 with SMTP id m7mr76594bkw.16.1311760376205;
        Wed, 27 Jul 2011 02:52:56 -0700 (PDT)
X-BeenThere: shedskin-discuss@googlegroups.com
Received: by 10.204.39.211 with SMTP id h19ls168591bke.2.gmail; Wed, 27 Jul
 2011 02:52:54 -0700 (PDT)
Received: by 10.204.137.136 with SMTP id w8mr73857bkt.12.1311760374519;
        Wed, 27 Jul 2011 02:52:54 -0700 (PDT)
Received: by 10.204.137.136 with SMTP id w8mr73853bkt.12.1311760374496;
        Wed, 27 Jul 2011 02:52:54 -0700 (PDT)
Return-Path: <mark.duf...@gmail.com>
Received: from mail-fx0-f47.google.com (mail-fx0-f47.google.com [209.85.161.47])
        by gmr-mx.google.com with ESMTPS id h17si638022fac.1.2011.07.27.02.52.54
        (version=TLSv1/SSLv3 cipher=OTHER);
        Wed, 27 Jul 2011 02:52:54 -0700 (PDT)
Received-SPF: pass (google.com: domain of mark.duf...@gmail.com designates 209.85.161.47 as permitted sender) client-ip=209.85.161.47;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of mark.duf...@gmail.com designates 209.85.161.47 as permitted sender) smtp.mail=mark.duf...@gmail.com; dkim=pass (test mode) header...@gmail.com
Received: by mail-fx0-f47.google.com with SMTP id 11so165384fxg.20
        for <shedskin-discuss@googlegroups.com>; Wed, 27 Jul 2011 02:52:54 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type;
        bh=Trkc35noL1EeXFSkaB1NBL+fKLrcf5/OKoPySRsXz30=;
        b=INfNjTMN061w/PDneZ1nZ7ecwImyjLxPbIHZIf8rAlI0T+lQWWCjhcK+V0nJlryXFu
         J423NSobg7BMBZ40R5Asi9ACI7SnxJk4m72k6bMe4wsTeBolnOfmoMqJb0Q7chHSJIFM
         HlXOflxyVmDnhBvdNxciz5CFXLJL8SJKkno5w=
MIME-Version: 1.0
Received: by 10.205.82.79 with SMTP id ab15mr433776bkc.142.1311760372651; Wed,
 27 Jul 2011 02:52:52 -0700 (PDT)
Received: by 10.204.156.28 with HTTP; Wed, 27 Jul 2011 02:52:52 -0700 (PDT)
In-Reply-To: <c0de1f7c-40a8-49e3-8d88-bf0175e8ae26@cq10g2000vbb.googlegroups.com>
References: <CAPvwANBq1fS-HLPrkP905VH-cXoGeJh=okp2vmzFqvAtdw7...@mail.gmail.com>
	<c0de1f7c-40a8-49e3-8d88-bf0175e8a...@cq10g2000vbb.googlegroups.com>
Date: Wed, 27 Jul 2011 11:52:52 +0200
Message-ID: <CA+m65S1GbmjLXfqrqA0Vnk=J9ZiMDwtmjE_R32Ar7NJTfLX...@mail.gmail.com>
Subject: Re: New High Performance Python (v0.2) report online
From: Mark Dufour <mark.duf...@gmail.com>
To: shedskin-discuss@googlegroups.com
Content-Type: multipart/alternative; boundary=bcaec554d9b60ad84b04a90a032c

--bcaec554d9b60ad84b04a90a032c
Content-Type: text/plain; charset=ISO-8859-1

hi tony,

nice program! I tried it here under ubuntu and it works well. I can zoom in
and out.. speed seems to be quite a bit better after compilation.. :-)

Interesting add I did my tries of shedskining with Mandelbrot GUI with
> shedskinned modules. Should include the the colorsys module to next
> shedskin as it needs only use cases to compile OK.
>
> hls_to_rgb(1.0, 0.5, 0.7)
> rgb_to_hls(1.0, 0.5, 0.7)
> yiq_to_rgb(1.0, 0.5, 0.7)
> rgb_to_yiq(1.0, 0.5, 0.7)
> hsv_to_rgb(1.0, 0.5, 0.7)
> rgb_to_hsv(1.0, 0.5, 0.7)
>

thanks for this, I will add colorsys support later today! :-)

would you be open to adding your program to the shedskin example set..? it's
always nice to add something interactive, and showcase extension module
support..

thanks again,
mark.
-- 
http://www.youtube.com/watch?v=E6LsfnBmdnk

--bcaec554d9b60ad84b04a90a032c
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

hi tony,<br><br>nice program! I tried it here under ubuntu and it works wel=
l. I can zoom in and out.. speed seems to be quite a bit better after compi=
lation.. :-)<br><br><div class=3D"gmail_quote"><blockquote class=3D"gmail_q=
uote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1e=
x;">
Interesting add I did my tries of shedskining with Mandelbrot GUI with<br>
shedskinned modules. Should include the the colorsys module to next<br>
shedskin as it needs only use cases to compile OK.<br>
<br>
hls_to_rgb(1.0, 0.5, 0.7)<br>
rgb_to_hls(1.0, 0.5, 0.7)<br>
yiq_to_rgb(1.0, 0.5, 0.7)<br>
rgb_to_yiq(1.0, 0.5, 0.7)<br>
hsv_to_rgb(1.0, 0.5, 0.7)<br>
rgb_to_hsv(1.0, 0.5, 0.7)<br></blockquote><div><br>thanks for this, I will =
add colorsys support later today! :-) <br><br>would you be open to adding y=
our program to the shedskin example set..? it&#39;s always nice to add some=
thing interactive, and showcase extension module support..<br>
<br>thanks again,<br>mark.<br></div></div>-- <br><a href=3D"http://www.yout=
ube.com/watch?v=3DE6LsfnBmdnk" target=3D"_blank">http://www.youtube.com/wat=
ch?v=3DE6LsfnBmdnk</a><br><br>

--bcaec554d9b60ad84b04a90a032c--