mirror of
https://gitlab.uni-marburg.de/langbeid/powersort.git
synced 2025-01-21 19:50:35 +01:00
docs: README
This commit is contained in:
parent
515104fd9e
commit
8c75ff36cd
@ -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.
|
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
|
## Setup
|
||||||
|
|
||||||
We use Gradle for dependency and build management.
|
We use Gradle for dependency and build management.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user