On workspace creation, on file systems that support it, it might might be possible to use a CopyOnWrite syscall to make cloning much faster.
Obvs workspace setup isn't the main bottleneck right now, but it does take aprox 1 second (actually, I should also look into why it's taking that long, wrong globs?) and could potentially be instant
On workspace creation, on file systems that support it, it might might be possible to use a CopyOnWrite syscall to make cloning much faster.
Obvs workspace setup isn't the main bottleneck right now, but it does take aprox 1 second (actually, I should also look into why it's taking that long, wrong globs?) and could potentially be instant