Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #110655 - ChrisDenton:read-to-end, r=joshtriplett
Limit read size in `File::read_to_end` loop Fixes #110650. Windows file reads have perf overhead that's proportional to the buffer size. When we have a reasonable expectation that we know the file size, we can set a reasonable upper bound for the size of the buffer in one read call.
bors 2023-04-23
parent 0fd5915 · parent 8a76857 · commit defeba5
0 files changed, 0 insertions, 0 deletions