On Tue, 9 Jan 2018 17:39:33 +0100 Victor Stinner <victor.stin...@gmail.com> wrote: > 2018-01-09 16:42 GMT+01:00 INADA Naoki <songofaca...@gmail.com>: > > We already compare different libraries. For example, pickle is very > > different > > between Python 2.7 and 3.6. > > Even though it's not good for comparing interpreter performance, it's good > > for people comparing Python 2 and 3. > > > > If Django 2.0 on Python 3.7 is much faster than Django 1.11 on Python 2.7, > > it's nice carrot for people moving forward. > > I agree. Antoine: what do you think?
I disagree. pickle is an integral part of Python, it's versioned *with* Python. Django is not and it's misleading to compare results obtained using two differents of it. Regards Antoine. _______________________________________________ Speed mailing list Speed@python.org https://mail.python.org/mailman/listinfo/speed