Hey I was looking more into the Java test and I found your comment of the added 25%. You should remove that and just do a + b inline because you are already paying the price of jumping from Java to native land so it makes no sense to add yet another indirection that is not needed. I would like to see what the best possible is.
Hey I was looking more into the Java test and I found your comment of the added 25%. You should remove that and just do a + b inline because you are already paying the price of jumping from Java to native land so it makes no sense to add yet another indirection that is not needed. I would like to see what the best possible is.