Details
-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
None
-
9223372036854775807
Description
Both llapi_open_by_fid() and llapi_layout_get_by_path() call llapi_search_mounts() for each call, but will typically be called with the same parameters each time. It would be useful to have an in-memory (LRU, maybe even a single entry) cache for the results for a given query to avoid the overhead.
Attachments
Issue Links
- is related to
-
LU-11264 llapi_* routines demonstrate poor performance
- Open