def test(i = 1000000):
        t = datetime.datetime.now()
        while i:
                i -= 1
                '喔喔'.decode('utf-8')
        print datetime.datetime.now()-t

test()


B8 time: 0:00:01.520756

B4 time: 0:00:01.524307

B2 time: 0:00:02.342202

B1 time: 0:00:03.492686


B8 = B4 ?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to