Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize memory usage in item data processing (#317)
The commit replaces two 'const' declarations with 'let' in 'item-data-processing.ts' for rawData and rawDataArray. After these variables are used, they are set to null, freeing up memory space. The change is aimed at optimizing memory usage and improving performance.
- Loading branch information