Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Performance should be very similar to Scala. Since both are JVM languages doing inference will be calling the same byte code from Java as it is in Scala. The only known issue which will cause a performance difference is converting the Java collections into Scala collections. Preliminary testing with simple models shows negligible to nonexistent impact to performance. Java performance should be measured via Benchmark AI in a manner similar to how it's measured in Scala. More details on Scala benchmarks are available here.

Preliminary comparisons are a WIP.

...