mgsx-dev / gdx-pd

Pure Data extension for LibGDX
Apache License 2.0
27 stars 5 forks source link

sendList and sendMessage performance issues #10

Open mgsx-dev opened 7 years ago

mgsx-dev commented 7 years ago

due to PdBase sendList and sendMessage implementation there are several performance issues :

note : other methods like sendFloat are direct jni call and not synchronized.

intrigus commented 7 years ago

I might look into this, when I have some time :)