On 06/03/2015 08:56 AM, Antoine Pitrou wrote:
Le 03/06/2015 14:34, Rose Ames a écrit :
On 06/03/2015 04:59 AM, Antoine Pitrou wrote:
On Tue, 02 Jun 2015 21:20:10 +
Brett Cannon wrote:
I vaguely remember people suggesting writing the minimal zip reading code
in C but I can't remember wh
> If someone were to volunteer to set up and run speed.python.org, I think
we could add some additional focus on performance regressions. Right now,
we don't have any way of reliably and reproducibly testing Python
performance.
I'm very interested in speed.python.org and feel regret that the proje
On Wed, Jun 3, 2015 at 3:49 PM, R. David Murray wrote:
> On Wed, 03 Jun 2015 12:04:10 +0200, Maciej Fijalkowski
> wrote:
>> On Wed, Jun 3, 2015 at 11:38 AM, M.-A. Lemburg wrote:
>> > On 02.06.2015 21:07, Maciej Fijalkowski wrote:
>> >> Hi
>> >>
>> >> There was a PSF-sponsored effort to improve
On Wed, Jun 3, 2015 at 5:00 AM Antoine Pitrou wrote:
> On Tue, 02 Jun 2015 21:20:10 +
> Brett Cannon wrote:
> >
> > I vaguely remember people suggesting writing the minimal zip reading code
> > in C but I can't remember why since we have I/O access in importlib
> through
> > _io and thus it'
On Wed, 03 Jun 2015 12:04:10 +0200, Maciej Fijalkowski wrote:
> On Wed, Jun 3, 2015 at 11:38 AM, M.-A. Lemburg wrote:
> > On 02.06.2015 21:07, Maciej Fijalkowski wrote:
> >> Hi
> >>
> >> There was a PSF-sponsored effort to improve the situation with the
> >> https://bitbucket.org/pypy/codespeed2/
On Wed, Jun 3, 2015 at 11:38 AM, M.-A. Lemburg wrote:
> On 02.06.2015 21:07, Maciej Fijalkowski wrote:
>> Hi
>>
>> There was a PSF-sponsored effort to improve the situation with the
>> https://bitbucket.org/pypy/codespeed2/src being written (thank you
>> PSF). It's not better enough than codespeed
On 02.06.2015 21:07, Maciej Fijalkowski wrote:
> Hi
>
> There was a PSF-sponsored effort to improve the situation with the
> https://bitbucket.org/pypy/codespeed2/src being written (thank you
> PSF). It's not better enough than codespeed that I would like, but
> gives some opportunities.
>
> That
On Tue, 02 Jun 2015 21:20:10 +
Brett Cannon wrote:
>
> I vaguely remember people suggesting writing the minimal zip reading code
> in C but I can't remember why since we have I/O access in importlib through
> _io and thus it's really just the pulling apart of the zip file to get at
> the file