Wednesday, May 20, 2009

Fast Python Computation Coding

As a parting bit of wisdom on how to create optimized python programs for very fast execution you should look into stackless python. My team at our game company is using this appoarch. I have laid out that we will use optimized C++ modules wrapped in stackless python code for very fast execution times with easy to use scripting interface for end users. This is for the Blender Game Engine, BGE for short.

Here is the Link to the Game Developer Magazine with the Article:http://www.gdmag.com/archive/feb09.htmHere is some stuff on Stackless Python

Programming: If you guys already know about this then very cool if you do not then it will probably be an interesting read. http://www.stackless.com/http://www.stackless.com/spcpaper.htmBenchmark of the

Stackless Python:http://muharem.wordpress.com/2007/07/31/erlang-vs-stackless-python-a-first-benchmark/

Blender:
http://www.blender.org

Our Company BGE developments:
http://blenderartists.org/forum/showthread.php?t=152782