You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2026. It is now read-only.
The recursive implementation leaks memory if it references itself and the parser definition is defined using the define function. See the following example that creates millions of parsers, but the memory is never released.
The
recursiveimplementation leaks memory if it references itself and the parser definition is defined using thedefinefunction. See the following example that creates millions of parsers, but the memory is never released.I originally found this issue in the jaq filter parser here.