Skip to content

Pass by reference #2

@camieac

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.

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