Current performance worries
-
Unpacking stdlib is very slow. See "things that look promising" below.
-
There's a somewhat sad trade-off between disk I/O being slow on one hand, and bytecode-compiling PYCs being slow on the other.
Things I tried that look promising:
- If you put the Python
*.so
modules in the jniLibs directory, then you can add it to PYTHONPATH, ignore PYTHONHOME, and import the libs straight from jnilibs-land. Not bad.