[IronPython] Microsoft .NET vs. Mono on running IronPython

Sanghyeon Seo sanxiyn at gmail.com
Sun Apr 22 17:33:00 PDT 2007


2007/4/23, Miguel de Icaza <miguel at novell.com>:
> Our ToUpper and ToLower implementations are completely managed, as the
> unicode rules for .NET are slightly different than the standard Unicode
> ones (Windows unicode string rules predated Unicode).

Eh, you misunderstood. .upper() and .lower() methods speed comparison
was between Windows CPython and Linux CPython, where CLR runtime
doesn't enter the picture at all.

-- 
Seo Sanghyeon


More information about the users mailing list