To run the example you will need the following:
- A working Rust installation
- A working Java 24 JDK
You can simply run build-and-run.sh in the project root:
./build-and-run.shAlternatively, you can do the following steps manually:
in the libquicksort directory run:
cargo build --releasein the ffm-java-side directory run:
mvn compile exec:java