You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jvpp generatet C code uses functions like GetFieldID, GetMethodID and FindClass for every request. These functions are known to be slow. Simple solution would be to cache class, method and fields references before connecting to vpp.
The text was updated successfully, but these errors were encountered:
jvpp generatet C code uses functions like GetFieldID, GetMethodID and FindClass for every request. These functions are known to be slow. Simple solution would be to cache class, method and fields references before connecting to vpp.
The text was updated successfully, but these errors were encountered: