From: D-Man <ds...@ri...> - 2001-03-09 02:47:36
|
On Thu, Mar 08, 2001 at 09:59:58AM -0800, John Mudd wrote: | Any thoughts about developing a tool to convert Jython to Java? Unlike | jythonc (which is a great tool!), something to ease the job of porting | to Java in order to get better performance. You are converting to Java for performance? I haven't heard that one before. Why not try CPython first? I have heard that CPython is ~2-3 times faster than Jython. Also, why not convert the Python code to C++ or C if you really want performance? Well-written C or C++ is lots faster than equally well-written Java. (This isn't to say that you can't make poorly written C that is slower than well written Java) -D |