Performance and cleanup
·
180 commits
to master
since this release
- More documentation.
- Performance speedup by factor of 6 in real-world use-cases. The API is offering the fitness calculation in parallel threads using an ExecutorService.
- Hide the protected methods since they are not useful for the API user.
- Cleanup of the code.
- Migration to Github actions CI.