Sunday, January 28, 2018

Re: Native JIT compiler for Django?

You have not really provided an argument, though.

Programmers generally do not just do a thing for the sake of doing the thing, even if it's a "neat" thing. They do a thing because they have a need for that thing. We turn to things that can speed up our programs once we have determined that some part of our program is not running fast enough to meet some specific goal. Until we know that we have a problem, we don't try to reach for a solution.

Django can, as the other reply mentioned, run on PyPy, which uses a nice JIT compiler. If you have no specific goal in mind other than "I heard about JIT and want to use it", then run Django on PyPy. If you want to have web applications written in C, write your web applications in C.

--
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/CAL13Cg8%3DO%2BVf36En8S0THV3Q4YL4aBLFMNAqMEmmy6owiiQSYA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment