43081j / picoquery

A small library for parsing and serializing query strings
MIT License
74 stars 2 forks source link

perf: don't read existing values when parsing without array repeat #37

Closed PondWader closed 5 months ago

PondWader commented 5 months ago

Reading values from an object is relatively expensive, this PR avoids reading a previous value in the current object unless arrayRepeat is set to true.

image

PondWader commented 5 months ago

I've run it already