Closed zaphar closed 5 years ago
Getting up to 3 deep in a tuple and/or list is very slow to parse. Decomposing the structure and putting it together in a series of let statements make it faster.
We should profile and see about making the parsing faster.
Some profiling with dtrace and small changes to our parsing and this looks much better now.
Getting up to 3 deep in a tuple and/or list is very slow to parse. Decomposing the structure and putting it together in a series of let statements make it faster.
We should profile and see about making the parsing faster.