Sunday, January 28, 2018

Re: Native JIT compiler for Django?

Hi Jani,

I agree.

I'm really not interesting in "fixing" bad code. I work with open-source grade only softwares like Django. :)

Cheers,

Etienne


Le 2018-01-28 à 08:30, Jani Tiainen a écrit :
Hi.

28.1.2018 3.10 ip. "Etienne Robillard" <tkadm30@yandex.com> kirjoitti:

Hi Jason,

Please don't read me wrong. I want to allow my users to optimize the efficiency of Python/Django web applications using JIT.  


And thats the catch. You can easily write code that is slow and no language, no JIT or tool can fix.

For example many times problem with Django is poorly written ORM code. By doing unnecessary database queries. 

Also to back up your claims how you can be sure that using tool X over normal Python is faster?

What if your tool actally is slower?

Also you have to note that Django is only one part of whole stack of tools used to run Django web app.

Cheers,

Etienne


Le 2018-01-28 à 07:55, Jason a écrit :
What I get from you, Etienne, is that you think this is a cool area to look into, but don't have anything else aside from that suspect coolness factor to apply to your proposal.  Besides, this thing you said above

I don't want to optimize my code manually except with machine-compiled instructions.


makes me extremely concerned that you're in the middle of an X-Y Problem and are avoiding the core issue because you don't feel its your responsibility to practice good design, execute profiling to benchmark performance and implement what optimizations are available for the bottlenecks identified.
 

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/b5f37295-8ca1-4c33-a819-6c524c76deb1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/179ea6ad-a568-e794-ce04-4a41121470f5%40yandex.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAHn91ofqA9_DBtqkkeFjbf8fgw5jXSSSmmoD%2Byn6nW6bpyD_bg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

--   Etienne Robillard  tkadm30@yandex.com  https://www.isotopesoftware.ca/

No comments:

Post a Comment