docs: README

This commit is contained in:
Daniel Langbein 2025-01-01 18:00:44 +00:00
parent 515104fd9e
commit 8c75ff36cd
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -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.
<!-- TOC -->
* [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)
<!-- TOC -->
## Setup
We use Gradle for dependency and build management.