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
Interesting. It's possible that it would improve performance, and it looks like it would be pretty easy to change (just change the Runtime interface to a class, and add native to the methods). Before doing this, it's probably a good idea to generate some benchmarks so we know if we're making things better at all.
JNA's docs say that using direct mapping can "improve performance substantially". Is it possible to take advantage of direct mapping in this project?
The text was updated successfully, but these errors were encountered: