Module data_localizer

Module data_localizer 

Source
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ยง

CacheStats
cache stats
DataGatheringStats
data gathering stats
DataLocalizer
data localizer - fetch all export data at once to avoid repeated access to global state
LocalizedExportData
localized export data, containing all necessary information