Skip to content

Python StringBuilder to join #27

@jbfaden

Description

@jbfaden

When a Java StringBuilder is used to build a string, string addition is done each time. This is inefficient (O(n**2) efficiency), and a list of strings can be used and then ''.join(list) done to assemble the string.

This should be done for IDL as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions