Skip to content

Optimize icon storage to avoid a monolithic icons folder #95

@ksuriya

Description

@ksuriya

In our current PIRService example setup, we’re provisioning and storing icon assets by simply dumping every icon file into a single icons/ directory. As the dataset grows (potentially millions of icons), this approach:

Degrades filesystem performance (slow directory listings, high lookup latency).
Consumes excessive memory when the directory index is cached or scanned.

Problem Statement:

Is there a recommended pattern or built‑in support in PIRService for organizing or indexing icon assets other than placing them all in one flat folder?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions