Skip to content

Performance and cleanup

Choose a tag to compare

@sfuhrm sfuhrm released this 07 Mar 14:03
· 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.