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.