Skip to content

[ENHANCEMENT] Improve caching of structural data #9

@ogauthe

Description

@ogauthe

As title. Currently there is one LRU cache

const unitary_cache = LRU{
  Tuple{
    SectorFusionTree,SectorFusionTree,SectorFusionTree,SectorFusionTree,Tuple{Vararg{Int}}
  },
  Float64,
}(;
  maxsize=10000,  # TBD size
)

This can be cleaned up.

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