mirror of
https://github.com/actions/cache.git
synced 2025-08-03 11:25:21 +08:00
fix: resolve InputStream to String conversion inefficiencies
Refactored multiple methods for converting InputStream to String for improved performance and memory efficiency. - Added BufferedReader-based implementation for handling large files. - Optimized StringBuilder usage for character-based data. - Simplified small file handling using Scanner. Addresses performance issues and ensures better handling of edge cases in InputStream processing.
This commit is contained in:
parent
75128f46e8
commit
055b0bdf9d
Loading…
Reference in New Issue
Block a user