in reply to Calls to Java methods
If you want to run perl and and java, you have to expect it to be slower than running just one of them. Even if you call out to an external java program, that's still going to be slower than either a pure Perl or pure Java implementation.
How big of a time difference do you see? How is that compared to the total run time in either implementation?
|
|---|