I'm getting killed with bulk inserts  via ContentResolver because of the 
marshaling of ContentValues[] between C# and Android right before it calls into 
my ContentProvider (C# again).  It looks like that must be two copies.

I have large arrays (a couple of thousands of elements).  Is there any way to 
make this faster short of not using the android content provider interfaces?

Jeremy
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to