43081j / picoquery

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

feat: rework nesting logic #5

Closed 43081j closed 3 months ago

43081j commented 3 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.