Re: [VOTE] Release Apache Commons Geometry (full distribution) 1.0 based on RC4

2021-08-18 Thread Alex Herbert
+1 Verified distribution asc signatures and SHA512 checksums. Builds from source archive using: mvn verify site site:stage *Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)* Maven home: /usr/local/apache-maven-3.6.3 Java version: 11.0.12, vendor: Eclipse Foundation, runtime: /Li

Re: [VOTE] Release Apache Commons Geometry (full distribution) 1.0 based on RC4

2021-08-18 Thread Alex Herbert
On Wed, 18 Aug 2021 at 15:16, Matt Juntunen wrote: > Ok. Here is what I'd like to do: > - Continue with the vote on rc4 and release as-is if the vote passes. > - Update the geometry master branch to remove the docs folder from the > binary release package. This will fix the issue for future relea

Re: [VOTE] Release Apache Commons Geometry (full distribution) 1.0 based on RC4

2021-08-18 Thread Matt Juntunen
Ok. Here is what I'd like to do: - Continue with the vote on rc4 and release as-is if the vote passes. - Update the geometry master branch to remove the docs folder from the binary release package. This will fix the issue for future releases. - Update other commons multi-module projects (rng, numbe

[collections] Faster, indexed doubly-linked list data structure

2021-08-18 Thread Rodion Efremov
Hello, I have implemented a heuristic, indexed doubly-linked list data structure [1][2] implementing java.util.List and java.util.Deque interfaces that has superior performance compared to java.util.LinkedList and java.util.ArrayList, and comparable performance to TreeList while having smaller (ar

Re: [VOTE] Release Apache Commons Geometry (full distribution) 1.0 based on RC4

2021-08-18 Thread Gilles Sadowski
Le mer. 18 août 2021 à 01:47, Matt Juntunen a écrit : > > I agree. So, where does this leave us for this RC? If there is no blocker, it's up to you to decide... > -Matt > > On Tue, Aug 17, 2021 at 5:48 PM Gilles Sadowski wrote: > > > > Hello. > > > > IIUC the binaries are for "convenience" (alt

Re: [MATH] How to proceed with FastMath performance improvements...

2021-08-18 Thread Gilles Sadowski
Hello. Le mer. 18 août 2021 à 09:44, Erik Svensson a écrit : > > Hi all! > > > > To recap, we use Apache-commons math extensively and we would like to improve > performance by improving performance in the FastMath (now named AccurateMath) > class by using > > Java.lang.Math methods where those

[MATH] How to proceed with FastMath performance improvements...

2021-08-18 Thread Erik Svensson
Hi all! To recap, we use Apache-commons math extensively and we would like to improve performance by improving performance in the FastMath (now named AccurateMath) class by using Java.lang.Math methods where those are annotated with the HotSpotIntrinsicCandidate/IntrinsicCandidate annotation. O