Archive

Archive for the ‘Jython’ Category

String compatibility between Python implementations

June 18th, 2009 Robert Smallshire 3 comments

Erythromycin Online
Buy Coumadin
Penisole Online
Buy Phentrimine
Zelnorm Online
Buy Elavil
Flomax Online
Buy Aldactone
Avapro Online
Buy Zelnorm
Jython and IronPython run on platforms where strings are unicode capable by default. Both implementations have chosen to make str essentially an alias for unicode in Python source code. The bytes type, introduced in PEP358 as part of transition to fully unicode Python 3.0, is [...]

Read the rest of this entry »

IronPython hammers CPython when not mutating class attributes

May 22nd, 2009 Robert Smallshire 6 comments
Categories: .NET, IronPython, Jython, Python, computing, software Tags:

IronPython 2.0 and Jython 2.5 performance compared to Python 2.5

IronPython 2.0 can be hundreds of times slower than CPython on some microbenchmarks. Jython 2.5 can scale better than CPython on those same benchmarks.

Read the rest of this entry »

Dismal performance with IronPython

May 17th, 2009 Robert Smallshire 2 comments

IronPython can be slow – 10x to 100x slower than CPython on real-world code and it has been observed to be up to 6000x slower.

Read the rest of this entry »

Jython, Swing & Curry

December 3rd, 2005 Robert Smallshire 4 comments

…higher-order techniques can be used to aid user-interface programming with Swing…

Read the rest of this entry »
Categories: Jython, Python, computing, software Tags: