Skip to content

Memory manager should not use .equals to compare objects #444

Description

@irbull

The MemoryManager is using a List which ultimately means that .equals is being used to compare values in methods such as persist. Instead, we should use an Array or some structure that uses == to compare values. This is because two Objects that are created, much be released independently, regardless if they are .equals() or not.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions