10 messages in net.java.dev.jna.usersperformance of dereferencing c pointe...
FromSent OnAttachments
James WayNov 6, 2007 8:00 am 
Timothy WallNov 13, 2007 1:00 pm 
Wayne MeissnerNov 13, 2007 3:48 pm 
Duncan McGregorNov 13, 2007 4:10 pm 
Timothy WallNov 14, 2007 5:34 am 
Timothy WallNov 14, 2007 5:58 am 
Timothy WallNov 14, 2007 11:23 am 
Duncan McGregorNov 14, 2007 12:49 pm 
Shawn EricksonNov 14, 2007 1:13 pm 
Wayne MeissnerNov 26, 2007 8:15 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:performance of dereferencing c pointers in javaActions...
From:James Way (jame@us.army.mil)
Date:Nov 6, 2007 8:00:06 am
List:net.java.dev.jna.users

I'm using jna to pass a large array of data from a database to a fortran program. I implemented this by passing a Pointer to a java callback function from native code, and I was wandering how fast this was compared to jni, for instance. Also, is using pointer.setFloat() as fast as using a pointer.getDirectByteBuffer()?