Currently any copy operation done by meson is a full (duplicating) copy even if the operating system and file system support copy-on-write file copies.
Applies to both fs.copyfile & meson install
Tools / languages that already make use of CoW file copies:
Currently any copy operation done by meson is a full (duplicating) copy even if the operating system and file system support copy-on-write file copies.
Applies to both
fs.copyfile&meson installTools / languages that already make use of CoW file copies:
cp, mv, and installfrom GNU coreutils since 9.0 (2021-09-24)pathlib.Path.copy()python/cpython#119058copy_file_rangeetc.