Skip to content

Reconsider double allocation/indirection on allocated storage #45

@arthurprs

Description

@arthurprs

Even though double allocation/indirection allows for arguably simpler code and a lower-cost conversion from and into Strings (one allocation/deallocation is still required), it hurts creation and drop performance.

Clearly, this is a tradeoff, but I'd argue that string creation and drop are more prevalent than String/Vec conversion.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions