Alan de Freitas

Results 119 issues of Alan de Freitas

The lazy containers could integrate with std::ranges. For instance, we could `enable_view` for them. https://en.cppreference.com/w/cpp/ranges/view

Feature

Cut down the relational operator overloads in decode_view using the template we use in pct_string_view.

Performance

Explore the implications of explicit and implicit constructors

Feature
Design

fix #407

> One of the more common scenarios in our applications is the construction > of urls after the user provided some login credentials and often > hosts/port combinations. Also a...

Feature
Design

From the review > I'm happy to see percent-encoding standalone functions being exposed, as this is something present in almost all other languages. I'd consider exposing higher-level functions here, maybe...

Design

> When I call parse_uri(), I get a result of type result? Why > isn't the function spelled parse_url(), or the return type spelled > result? This seems needlessly inconsistent,...

Doc