RFR: JDK-8266431: Dual-Pivot Quicksort improvements (Radix sort) [v7]
Pavel Rappo
prappo at openjdk.org
Thu Aug 17 09:26:29 UTC 2023
On Thu, 17 Aug 2023 08:48:29 GMT, Andrew Haley <aph at openjdk.org> wrote:
> How does keep alive work? Will the data from that external web site still be here for the reader in 15 years' time?
Hm... I thought that at least full webrevs are stored somewhere on https://cr.openjdk.org/. Turns out they aren't. They are stored on https://openjdk.github.io/cr/.
Okay, a cheap thing to do *now* is to ask the Web Archive to store it, which I just did:
* https://web.archive.org/web/20230817091712/https://openjdk.github.io/cr/?repo=jdk&pr=13568&range=06
* https://web.archive.org/web/20230817091943/https://github.com/openjdk/jdk/compare/0f51e6326373ff7d4a4d9a0e3a2788401f73405d...f7f7e11adf9984ee1ce316e3e36f5e351b49bb97.diff
* https://web.archive.org/web/20230817092146/https://github.com/openjdk/jdk/pull/13568
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13568#issuecomment-1681937116
More information about the core-libs-dev
mailing list