J2V8 icon indicating copy to clipboard operation
J2V8 copied to clipboard

More methods for populating arrays

Open jason-parkhurst opened this issue 9 years ago • 1 comments

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)....

jason-parkhurst avatar Sep 04 '15 14:09 jason-parkhurst

@irbull Want to pick this up.

gagansingh198661 avatar May 08 '21 20:05 gagansingh198661