Skip to content

File cache replacement and prefetching #85

@JaeseungYeom

Description

@JaeseungYeom

We can add LRU replacement scheme as a reference and for general use cases.
However, for deep learning use cases, LRU many not be as appropriate as other cases.
With DL, we first design prefetching schemes. Then, based on the prefetching targets, we select eviction targets. If a file that we want to prefetch is already present, we should not evict it and avoid prefetching.
This issue will need to be addressed by multiple sub plans.

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