Performance-optimization - what can I expect from JNI ?

  • Replies:0
erde
  • Forum posts: 13

Feb 5, 2014, 5:59:51 PM via Website

Hello again.

I would like to know, which performance benefits I could expect, if I start using java native interface.
In my application, which creates completely dynamic ui's with controls on them, I have much LinkedHashMaps and some of them are nested ones.
They all keep references.
In general would I like to know, If there would be a significant performance boost, if I replace those LinkedHashMaps with some c/c++ equivalent.

Does anybody know a bit about t ?

Reply