Cinpy - or C in Python
amundblog.blogspot.com
Cinpy - or C in Python
1–4 of 4 posts
Re: Cinpy - or C in Python
#2Very nice. If any folks interested in Ruby are reading the article and feeling jealous, make sure to check out RubyInline ( http://www.zenspider.com/ZSS/Products/RubyInline/ ) - it's pretty solid.
Might do a direct comparison of the efficiency of the bridging between RubyInline and Cinpy if I get some time. I suspect Python would win just because Ruby's object bridging is quite intense..
Re: Cinpy - or C in Python
#3So C is the new assembler. I remember the days when you optimized your C code by writing inline assembly.
Re: Cinpy - or C in Python
#4You might also want to look at Scipy's weave:
It's not as small or self-contained, but it looks to be more actively maintained.
A comparison with some other optimization methods: