Skip to content

Commit

Permalink
docs: add FAQ section
Browse files Browse the repository at this point in the history
  • Loading branch information
TomCools authored and triceo committed Nov 13, 2024
1 parent 57953a4 commit 05ebcd4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/src/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
* xref:responding-to-change/responding-to-change.adoc[leveloffset=+1]
* xref:integration/integration.adoc[leveloffset=+1]
* xref:design-patterns/design-patterns.adoc[leveloffset=+1]
* xref:frequently-asked-questions.adoc[leveloffset=+1]
* https://github.com/TimefoldAI/timefold-solver/releases[New and noteworthy][leveloffset=+1]
* Upgrading Timefold Solver
** xref:upgrading-timefold-solver/overview.adoc[leveloffset=+1]
Expand Down
10 changes: 9 additions & 1 deletion docs/src/modules/ROOT/pages/frequently-asked-questions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,12 @@ Read http://www.apache.org/foundation/licence-FAQ.html#WhatDoesItMEAN[the layman
Timefold Solver Enterprise Edition is a commercial product
that offers xref:enterprise-edition/enterprise-edition.adoc#enterpriseEditionFeatures[additional features]
to scale out to very large datasets.
To find out more, see xref:enterprise-edition/enterprise-edition.adoc[Enterprise Edition section] of this documentation.
To find out more, see xref:enterprise-edition/enterprise-edition.adoc[Enterprise Edition section] of this documentation.

== Can Timefold Solver be included in a (GraalVM) native application?

Yes. Timefold Solver has been tested with Quarkus and Spring Boot plugins to create native executables.
Native executables typically have a fast startup time and reduced memory consumption.
However, given the nature of the workloads running with the solver, these benefits are often overshadowed by slower solving speeds due to lack of JIT optimizations.

Read more about this in https://timefold.ai/blog/how-to-speed-up-timefold-solver-startup-time-by-20x-with-native-images[our blog post].

0 comments on commit 05ebcd4

Please sign in to comment.