Skip to content

make detail::url_impl smaller #913

@vinniefalco

Description

@vinniefalco

Currently, detail::url_impl uses std::size_t. In 64-bit builds this means 8 bytes per offset or size, which seems rather excessive. We should explore making this std::uint32_t.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions