Skip to content

Pass by reference #2

Description

@camieac

Currently passing everything by value, not an efficient use of memory as a copy of each parameter is made. Passing by reference does not copy before passing, so should be used instead.

Activity

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions