Closed 43081j closed 5 months ago
Instead of parsing and encoding keys after having already iterated over the query string, this computes them throughout.
This results in a small drop in performance for non-nested queries but greatly increases performance for all other cases.
Instead of parsing and encoding keys after having already iterated over the query string, this computes them throughout.
This results in a small drop in performance for non-nested queries but greatly increases performance for all other cases.