zigzap/zap

Iterate over query params w/o allocations

renerocksai opened this issue · 2 comments

Note to self: I want a lightweight query param iterator that works on the query string itself and basically just splits between ?/& and =, which never allocates.

This might be easier said than done because of encoding.

At least getParamStr should do w/o allocator