> On Aug 7, 2017, at 2:02 AM, Brian Clifford <brian.cliff...@thinksmartbox.com> 
> wrote:
> 
> I have looked into using a user defined function however it was very slow.

It’s quite expensive to call from unmanaged (native) code into managed 
(C#/Java) code.
If possible, write the user defined function in C or C++, even if the rest of 
your code is in C#.

—Jens
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to