Topic: GraalVm vs NodeJS
Thanks!
Just tested this a bit. The double performance of 2.6 only is effective on NodeJS. If using GraalVM Javascript engine, 2.6 is just as fast as 2.4 (2.4 even a little faster). This shows that GraalVM Javascript engine, compared to NodeJS, already optimized the data structure (arrays) during runtime on the previous versions of 2.6 in such a good manner, that the change you did in 2.6 only makes a difference for the slow NodeJS runtime.
GraalVM Javascript engine again beats NodeJS on version 2.6 *and* 2.4 in total generated strategies even already after only 12 minutes of running.