From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Zelphir Kaltstahl Newsgroups: gmane.lisp.guile.user Subject: Re: Python-on-guile Date: Fri, 23 Apr 2021 20:35:48 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15090"; mail-complaints-to="usenet@ciao.gmane.io" To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Fri Apr 23 22:36:46 2021 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1la2Xe-0003oi-3x for guile-user@m.gmane-mx.org; Fri, 23 Apr 2021 22:36:46 +0200 Original-Received: from localhost ([::1]:33094 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1la2Xd-0003E6-3W for guile-user@m.gmane-mx.org; Fri, 23 Apr 2021 16:36:45 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53470) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1la2Wt-0003Dw-1o for guile-user@gnu.org; Fri, 23 Apr 2021 16:35:59 -0400 Original-Received: from mout01.posteo.de ([185.67.36.65]:46965) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1la2Wm-0005oM-NR for guile-user@gnu.org; Fri, 23 Apr 2021 16:35:58 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id E39DB240027 for ; Fri, 23 Apr 2021 22:35:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1619210149; bh=KnI8IRezbUd5Xigv/v9ZFgw9MK9/oYZovI93StL7wyM=; h=Subject:To:From:Date:From; b=akf7hGUYpB0HuaNtxFTsT9SdV1115la/hDjJVgZzD3O5SB8Ou09NUpESFkbY2ezv4 Tpi3n89BCusA/XFWwZll2KDGV2NvPLVbuu/aQ2gYNcl7igCoRxyzhL68twYpoyigF5 BFoAtds5bRO2NjCnovK2df6uZlBTOI9pkidBsz1XX7eIgsytvtRfTl4SCvzt0ZwobT eMbCk8fjc6cSikEwuJ/z3VFAfAn8jyJ2Kn9POOa7M2/S8cY3KAocfQmhSBNYoi4PwL lIzd1QrLc2VVhRYev9tD3Tfwucj7Nmbgvi97UcRu3j4MG0I9H3mvLoCamEVo9C0cQg bq2eRYyEj+zuQ== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4FRmJj2g1yz6tmN for ; Fri, 23 Apr 2021 22:35:49 +0200 (CEST) In-Reply-To: Content-Language: en-US Received-SPF: pass client-ip=185.67.36.65; envelope-from=zelphirkaltstahl@posteo.de; helo=mout01.posteo.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:17437 Archived-At: : ) Good to have an idea about how fast it is. Thank you! On 4/23/21 5:00 PM, Mikael Djurfeldt wrote: > Hi, > > Yesterday, Andy committed new code to the compiler, some of which concerned > skipping some arity checking. > > Also, Stefan meanwhile committed something called "reworked object system" > to his python-on-guile. > > Sorry for coming with unspecific information (don't have time to track down > the details) but I noticed that my benchmark script written in Python, and > which computes the 20:th Ramanujan number, now runs 60% faster than before > these changes. > > This means that python-on-guile running on guile3 master executes python > code only 2.6 times slower than the CPython python3 interpreter itself. :-) > > Have a nice weekend all, > Mikael -- repositories: https://notabug.org/ZelphirKaltstahl