This is a sample project for showcasing how optimization can be performed in a Java project using Artemis
For intentionally invalid Java fixtures used as a parser/linter testbed (excluded from Gradle compilation), see bad-examples/README.md.
Additional maintenance notes are available in NOTES.md.
Build:
./gradlew build -x testRun Main:
./gradlew runRun Unit Tests:
./gradlew testRun Benchmarking:
(will be added later)