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
I thought of a worker / creator setup in which a function can create working tasks that are later used by workers to parse the symbols. And when they encounter next parts that should be parsed, they can create a task. Or maybe with RXJS and an observable.
Convert the recursive parsing process into an iterative one (for better memory consumption and performance)
The text was updated successfully, but these errors were encountered: