缘由int 无序数组四分查找(int* a, int n, int x)
{int z n / 2, j 0; --n;xf:if (n - j){if (a[j] x)return j;else if (z - j < j&&a[z - j] x)return z - j;else if (z j < n&&a[z j] x)return z j;else if (n - j > j&&a[n - j] …
https://openjdk.org/projects/leyden/
The primary goal of this Project is to improve the startup time, time to peak performance, and footprint of Java programs.
本项目的主要目标是缩短Java程序的启动时间、达到峰值性能的时间以及减少其内存占用。
JEP status
…