hi, I have made an exercise of running asciidoc under ironpython It turned out to be a performance disappointment. Converting trivial document takes 30 seconds where cpython is done under a second. Can it be that asciidoc, which makes heavy use of regular expression, exposes weak part of ironpython?
Has anybody similar experience with applications using heavily re? Am I doing something wrong? --pawel _______________________________________________ Ironpython-users mailing list [email protected] https://mail.python.org/mailman/listinfo/ironpython-users
