J2V8
J2V8 copied to clipboard
More methods for populating arrays
Could we have methods for adding a bunch of values to a V8Array? We're seeing a lot of overhead when we want to push arrays of primitives into the JavaScript.
Something like pushIntegers(int[] values), pushDoubles(double[] values), pushStrings(String[] values)....
@irbull Want to pick this up.