Arthi, I've run some profiling over the code that you have provided and it seems like there is almost no time spent in the client (C++) code. So I believe host arrays would not help you much as your code spends the most of the execution time on the query itself and not on the C++ calls.
Best Regards, Igor On Tue, Apr 5, 2016 at 8:29 AM, arthi <[email protected]> wrote: > Thanks Igor > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Host-Arrays-in-C-API-tp3707p3920.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
