From 05ebcd424535afe6901581f35a2ab55a1abc8636 Mon Sep 17 00:00:00 2001 From: Tom Cools Date: Wed, 13 Nov 2024 15:54:30 +0100 Subject: [PATCH] docs: add FAQ section --- docs/src/modules/ROOT/nav.adoc | 1 + .../modules/ROOT/pages/frequently-asked-questions.adoc | 10 +++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/src/modules/ROOT/nav.adoc b/docs/src/modules/ROOT/nav.adoc index 74228340b4..c65980069d 100644 --- a/docs/src/modules/ROOT/nav.adoc +++ b/docs/src/modules/ROOT/nav.adoc @@ -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] diff --git a/docs/src/modules/ROOT/pages/frequently-asked-questions.adoc b/docs/src/modules/ROOT/pages/frequently-asked-questions.adoc index 1d3ebbab5b..788366d167 100644 --- a/docs/src/modules/ROOT/pages/frequently-asked-questions.adoc +++ b/docs/src/modules/ROOT/pages/frequently-asked-questions.adoc @@ -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. \ No newline at end of file +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]. \ No newline at end of file