43081j / picoquery

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

feat: rework nesting logic #5

Closed 43081j closed 5 months ago

43081j commented 5 months ago

Reworks the nesting logic slightly to be faster.

We now detect some array syntax up front during character iteration, and only deeply read/set values if the key contains nesting syntax.