in reply to Performance Issue with Inline::Java module
No. You're dealing with 2 independent virtual machines, and glue to connect them, and that is always going to be slow and memory hungry.
or Is there any way through which I can convert the Java objects into hash directly ?
Maybe theoretically (in the sense that anything is possible), but not in any practical way.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Performance Issue with Inline::Java module
by bhaskar_narla (Novice) on Nov 23, 2010 at 06:58 UTC | |
by Anonymous Monk on Nov 23, 2010 at 09:21 UTC |