Skip to content

Python StringBuilder to join #27

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.

Activity

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

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