Skip to content
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

feat: improve general performance by reducing the total numbers of call to garbage collector #969

Merged
merged 4 commits into from
Nov 20, 2024

Conversation

matteo-cristino
Copy link
Collaborator

Refactor also a bit the ITER stack

* ITER stack built at parse time
* avoid string/regexp checks in manage functions by doing it in the parse part and just do a lookup in the latter
* run manage functions only when needed
…used is more than MAXMEM

MAXMEM default value is 1024MB, but can be changed using the maxmem conf
remove some old and not anymore present config and add scope and maxmem, try also to improve description of other config.
@matteo-cristino matteo-cristino merged commit 75eb7a7 into fix/if Nov 20, 2024
@matteo-cristino matteo-cristino deleted the perf/foreach branch November 20, 2024 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant