How It Works - Writing Extension Modules - Thoughts
- zxJDBC written as Java library
- JNumeric uses primitivies for performance
- Using Python is generally faster to implement
- Wrap up Java-centric library with more Pythonic approach
- PyObject subclassed object can grow dynamic attributes whereas Java instance cannot
- The more Python modules converted to C make more work for Jython developers
|