Re: Cross Platform Audio Game Engine

  • From: Lex <lex@xxxxxxxxxx>
  • To: programmingblind@xxxxxxxxxxxxx
  • Date: Wed, 12 Jan 2011 20:35:12 +0200


12.01.2011 20:30, Littlefield, Tyler пишет:
>BTW, c# is also a virtual-machine language, so it is times slower than native C/C++. No, it's not actually. it's compiled down to MSIL, (if I remember correctly), which gets put through JIT.
There also exists jit for python called psyco, PyPy (alternative implementation of python written itself in python) also has modern JIT support.
Thing is that jit helps significantly only in number-intensive calculations.

Lex
__________
View the list's information and change your settings at //www.freelists.org/list/programmingblind

Other related posts: