Skip to content

Code Generator: Use bytes.Buffer instead of string concatenation in the code generator #10

@vaibhav-kaushal

Description

@vaibhav-kaushal

Right now we use string concatenation in the generator code to generate the functions that get outputted. This not great from a performance perspective. We can use bytes.Buffer for the same.

This is a lower priority task.

Metadata

Metadata

Assignees

No one assigned

    Labels

    code-generatorIssue relates to the code generatorenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions