What is the problem this feature will solve?
It would be nice if we could use the same ada_url instance when parsing multiple URLs; since ada_parse create a new instance on each call, it's less memory efficient.
What is the feature you are proposing to solve the problem?
A function (maybe ada_reparse) or an argument to indicate that ada_url is being reused would solve the problem.
What alternatives have you considered?
No response