Opening this issue for a self-reminder, but if anyone is interested in having a look, please free to do it !
I'd like to investigate the performance improvement of copy-on-write.
There is a few codepaths in Bundler that copy a directory from a cache, to paste it into the working directory where BUNDLE_PATH points. For systems that supports copy-on-write, this may improve performance.
Opening this issue for a self-reminder, but if anyone is interested in having a look, please free to do it !
I'd like to investigate the performance improvement of copy-on-write.
There is a few codepaths in Bundler that copy a directory from a cache, to paste it into the working directory where
BUNDLE_PATHpoints. For systems that supports copy-on-write, this may improve performance.