Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to clone or save/restore engine state? #491

Closed
KarolKolenda opened this issue Mar 31, 2018 · 2 comments
Closed

Is it possible to clone or save/restore engine state? #491

KarolKolenda opened this issue Mar 31, 2018 · 2 comments

Comments

@KarolKolenda
Copy link

KarolKolenda commented Mar 31, 2018

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

@pillepalle1
Copy link

+1
It would be great if Engine would implement ICloneable

@lahma
Copy link
Collaborator

lahma commented Oct 22, 2020

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.

Repository owner locked and limited conversation to collaborators Jan 21, 2022
@lahma lahma converted this issue into discussion #1060 Jan 21, 2022

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants