On 2007-04-17, Slava Pestov <[EMAIL PROTECTED]> wrote: > Python's generators are not full continuations,
I know... > in fact I believe > they're rewritten to an iterator as a compile-time transform, so the > resulting bytecode does not look like the original code at all. This > explains why Python is so much faster than the others on this benchmark. Hm, when you do something more essentially "generatorish", like stepping two generators simultaneoisly, that's still faster than the others... I wonder how that could be transformed to an iteration... > Once Factor's continuations are compiled, performance will improve here. Will that happen? If yes: When? What is to be done for that? Csaba ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Factor-talk mailing list Factor-talk@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/factor-talk