Expand description
data localizer - reduce global state access overhead
This module implements data localization functionality, fetching all export data at once to avoid repeated access to global state, thus significantly improving export performance.
Structsยง
- Cache
Stats - cache stats
- Data
Gathering Stats - data gathering stats
- Data
Localizer - data localizer - fetch all export data at once to avoid repeated access to global state
- Localized
Export Data - localized export data, containing all necessary information