On Tue, Jan 9, 2018 at 7:51 PM, Victor Stinner <victor.stin...@gmail.com> wrote:
> Ok. So would you be ok to simply drop this benchmark? Or does anyone need it?
>
> http://pyperformance.readthedocs.io/benchmarks.html#django-template
> ---
> Use the Django template system to build a 150x150-cell HTML table.
>
> Use Context and Template classes of the django.template module.
> ---
>
> Other template benchmarks:
>
> * http://pyperformance.readthedocs.io/benchmarks.html#chameleon
> * http://pyperformance.readthedocs.io/benchmarks.html#genshi
> * http://pyperformance.readthedocs.io/benchmarks.html#mako

Django's template system is probably the most popular one out there.
Django 2.0 doesn't introduce a lot of new features or performance
improvements to the template engine and 1.11 is an LTS release. I'd
say keep Django 1.11 for now.

--Berker
_______________________________________________
Speed mailing list
Speed@python.org
https://mail.python.org/mailman/listinfo/speed

Reply via email to