[R] SJava
Yasser El-Zein
abu3ammar at gmail.com
Wed Dec 1 23:21:08 CET 2004
Is theer an SJava mailing list?
I have the following SJava related question:
I am calling a Java methos in this mannor:
a <- .Java("className", "methodName")
print("done")
As defined, the mother returns an Object in some case this Object
points to an array of 100,000 Strings. The method prints a statement
when its done. I see ahuge delay between teh last statement in teh
java method and the "done" statement above. I am looking for a way to
improve the speed of SJava converting the java result into R.
More information about the R-help
mailing list