Skip to content

Please provide fmt::printf which writes to BasicArrayWriter #476

Closed
@sirzooro

Description

I would like to replace snprintf calls in my app with your lib. For performance reasons I do not want to use fmt::sprintf and then copy created string to its destination. Better approach would be to wrap memory buffer with BasicArrayWriter and write there. However at this moment fmt lib does not provide appropriate API for this. Please add it.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions