Skip to content

Improve performance by reducing cache copies #66

@joshbainbridge

Description

@joshbainbridge

Currently cache member pointers are copied, but often refer to static data. There is potential to reduce this overhead, especially for CPU arch, and instead directly refer to the memory address of the internal tables the cache contains.

Currently the code base maintains C++14 to be compatible with more VFXRP versions. Ideally we would find a solution that would maintain this constraint, which rules out inlining of variables.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions