Homogenous Vector Fixes for jvm

Joseph Donaldson <[email protected]> Sun, 27 Nov 2022 02:52:22 +0000 (UTC)
Newsgroups gmane.lisp.scheme.bigloo
Message-ID <[email protected]>
------=_Part_5076804_357836983.1669517542375
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Hello, Manuel,
I came across some minor prototype issues with the homogeneous vector copy =
operations in foreign.java. I have fixed those as well as replaced the exis=
ting looping copy logic with a call to System.arraycopy. This should be mor=
e performant than the old version. Here is the pull request.=C2=A0
Best Regards,Joe

------=_Part_5076804_357836983.1669517542375
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 7bit

<html><head></head><body><div class="yahoo-style-wrap" style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><div dir="ltr" data-setdir="false">Hello, Manuel,</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">I came across some minor prototype issues with the homogeneous vector copy operations in foreign.java. I have fixed those as well as replaced the existing looping copy logic with a call to System.arraycopy. This should be more performant than the old version. Here is the <a href="https://github.com/manuel-serrano/bigloo/pull/86">pull request</a>.&nbsp;</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">Best Regards,</div><div dir="ltr" data-setdir="false">Joe<br></div></div></body></html>
------=_Part_5076804_357836983.1669517542375--