Java implementation of Fast Multi-Level locks.
NOTE: This is a Mavenized port of the original source code with a few additions and modifications.
The original source code was licensed under The BSD 2-Clause License, as Copyright (c) 2010-2016 Khilan Gudka.
We release our modifications under the same license but Copyright (c) 2017-2019 Evolved Binary Ltd.
The original paper by Khilan Gudka and Susan Eisenbach entitled Fast Multi-Level Locks for Java
can be found here: https://www.cl.cam.ac.uk/~kg365/pubs/ec2-fastlocks.pdf
The artifact is available from Maven Central as:
<dependency>
<groupId>com.evolvedbinary.multilock</groupId>
<artifactId>multilock</artifactId>
<version>1.0.1</version>
</dependency>