On 5 juil, 21:54, drakkan <drakkan1...@gmail.com> wrote:

(snip)

> or django/python is simply much slower than java?

According to most benchmarks, Python (that is: current canonical
implementation of...) is indeed way "slower" than Java (idem), that's
a fact. FWIW, according to the same benchmarks, Java is slower than C+
+, which is slower than C, which can be slower than your-platform-
highly-optimized-assembly-code - but you need to be very good at hand-
optimizing assembly code to beat any decent C compiler.  You may
notice a pattern here (if you don't, try implementing a simple blog in
assembly, then port it to a different platform, and come back when
you're done <g>).

To make a long story short: if you're looking for raw execution speed,
forget about Java and go for C - and let us know when you'll have a
working prototype.


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to