Unladen swallow: accelerating Python
Unladen swallow: accelerating Python
Posted May 7, 2009 8:53 UTC (Thu) by djc (subscriber, #56880)Parent article: Unladen swallow: accelerating Python
I wouldn't call Unladen Swallow more ambitious than PyPy. PyPy's approach of allowing Python (or Python-like RPython code) to generate a pretty fast interpreter for any language is rather impressive. Even more so when you factor in that they now have a (prototype of a) JIT compiler that's generated for your interpreter and some extremely fast GC implementations (using which can perform better than C code on some benchmarks).