From 8c75ff36cd089a3e8f5a9efe8df97a06d610b6eb Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Wed, 1 Jan 2025 18:00:44 +0000 Subject: [PATCH] docs: README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b20670e..165230d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,15 @@ Implementation of Powersort with the aim of integrating it into OpenJDK. Benchmarks are used to ensure that the runtime of the new sorting algorithm is never slower than the current Timsort implementation. + +* [Bring Powersort to Java](#bring-powersort-to-java) + * [Setup](#setup) + * [Development Setup with nix](#development-setup-with-nix) + * [Tasks](#tasks) + * [Test Cases](#test-cases) + * [Benchmark](#benchmark) + + ## Setup We use Gradle for dependency and build management.