Skip to content

LRUCache with constant access time #225

Open
@ldmoser

Description

@ldmoser

As we rely more on the LRUCache, I believe would be beneficial to use associative maps with constant access time for find operations. Should also pay attention to memory consumption. Consider passing the map to be used as a template parameter as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    coreIssues with core Cortex functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions