Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add cache for entry points in a group (#3622)
Entry point loading is already cached at the `reentry` level but getting all entry points within a group can still take significant amount of time. This commit introduces a simple cache at the AiiDA level. An alternative would be to add a cache at the reentry level. To provide some context: The timings on a query for 300 Dict nodes are as follows: * No cache: ~110 ms * Cache: 82ms
- Loading branch information