Skip to content

[feature/no-ref/separate-rvo2] Enhance overall performance by eliminating global variables #45

@tashakim

Description

@tashakim

There is extensive use of, and reliance on, global variables throughout the codebase, which is known to degrade performance of Julia.

All instances of globally loaded variables should be replaced by using structs to specify config etc. or some other strategy.

Important: The performance enhancement should be be measured, compared, and verified using @time (or similar).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions