[Python-ideas] Re: Naming Accepted PEPs as PAPs

2020-09-22 Thread Marco Sulla
For me, the only good thing to differentiate between accepted and rejected PEPs is to get a look at the old rejected ones, to see if there's some ideas I can stea... take inspiration. But https://www.python.org/dev/peps/ already does it. PS: PAP remembers me the PAP test. _

[Python-ideas] Re: Fwd: Re: Experimenting with dict performance, and an immutable dict

2020-09-22 Thread Inada Naoki
On Thu, Sep 17, 2020 at 11:50 PM Marco Sulla wrote: > > I do not like code duplication, but dictobject.c has already a lot of > duplicated copies of the same function for optimization (see > lookdict). lookdict is very special case. It is used for namespace lookup. It is the performance critical

[Python-ideas] Re: Add the brotli & zstandard compression algorithms as modules

2020-09-22 Thread Omer Katz
zstd is used when you need fast compression speed, not the best ratio. Maybe we can ask google and facebook to contribute their implementations? ___ Python-ideas mailing list -- [email protected] To unsubscribe send an email to python-ideas-le...@p