Tahir007 10 Newbie Poster

Hi guys,

I developed JIT compiler for Python. It compiles simplified Python code directly to x86 native code. Focus here is usage on SIMD instructions. With SIMDy
you can easily outperform C++ in compute intensive tasks like monte carlo simulations, rendering, fluid simulations, etc...

Web(WIP): www.tahir007.com

I would like to hear your opinions about SIMDy package!