Looks great to me. I apologize for not getting to the arm stuff myself. Thanks, Brett
On Thu, Jul 11, 2024 at 11:47 AM Lasse Collin <lasse.col...@tukaani.org> wrote: > On 2024-03-26 Lasse Collin wrote: > > I suppose the ARM64 speed is still to be determined by you or someone > > else. > > I was given results from one ARM64 system with Java 23: > - Java 8 code: 5.6 s > - Basic: 3.8 s > - UnalignedLongLE: 2.4 s > > The test command: > > time head -c100000000 /dev/zero \ > | java -jar build/jar/XZEncDemo.jar > /dev/null > > It's a similar enough result as on x86-64. > > Is the bytearrayview branch ready for merging? > > -- > Lasse Collin > >