Is it possible to clone or save/restore engine state? #1060
Unanswered
KarolKolenda
asked this question in
Q&A
Replies: 2 comments
-
+1 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm wokring on a PR #788 that should serve this purpose by allowing a temporary context to run commands in that can then be cleaned. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've got relatively long initial code and then I use the engine to execute a single statement which can affect engine state. I would like to speed things up by not re-executing initial code all the time. Would it be possible to:
a) quickly clone the instance of engine with it entire state or
b) save and restore quickly engine state?
Many thanks,
Karol
Beta Was this translation helpful? Give feedback.
All reactions