Decide whether to keep interpreter state around between invocation, and if so for how long #7
Labels
help wanted
Extra attention is needed
task
A task that may or may not result in changes to the code.
The "if so how long" part is especially important, to prevent memory leaks. My initial thought is that this could be based on an inactivity period e.g. after X minutes of inactivity, the interpreter is reset.
The text was updated successfully, but these errors were encountered: