Skip to content

RollingOLS unnecesarily implements LRUCache, which causes memory issues with larger objects. #16

@agralak-queueco

Description

@agralak-queueco

I'm working with large datasets, which and I'm running different RollingOLS classes multiple times on it. However I've noticed that after running the class I would soon start running out of memory, as each pvalue I calculated would get stored on the LRUcache. I believe this is unnecessary, or at least an option should be implemented to remove the LRUCache entirely.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions