due to PdBase sendList and sendMessage implementation there are several performance issues :
- conversion from primitives to objects
- lot of jni calls 2 + argument count
- synchronized methods
note : other methods like sendFloat are direct jni call and not synchronized.