minio/internal/ioutil
Klaus Post 470553ff5d
Tweak readall allocation and renameData buffer reuse (#13108)
Use a single allocation for reading the file, not the growing buffer of `io.ReadAll`.

Reuse the write buffer if we can when writing metadata in RenameData.
2021-08-30 08:38:11 -07:00
..
append-file_nix.go fix: enable go1.17 github ci/cd (#12997) 2021-08-18 18:35:22 -07:00
append-file_windows.go fix: honor system umask for file creates (#12601) 2021-07-06 12:54:16 -07:00
ioutil.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
ioutil_test.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
read_file.go Tweak readall allocation and renameData buffer reuse (#13108) 2021-08-30 08:38:11 -07:00
read_file_noatime_notsupported.go fix: enable go1.17 github ci/cd (#12997) 2021-08-18 18:35:22 -07:00
read_file_noatime_supported.go fix: enable go1.17 github ci/cd (#12997) 2021-08-18 18:35:22 -07:00
wait_pipe.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00