Skip to content

Reduce space complexity by directly executing a line after it's created #16

@umitkaanusta

Description

@umitkaanusta

Currently, the code is stored first and then executed. The code is held in a list of strings, with each element being one "component". To reduce space complexity, each "component" should be executed just after its creation

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions