DepthOS icon indicating copy to clipboard operation
DepthOS copied to clipboard

Fork performance

Open FedorLap2006 opened this issue 3 years ago • 0 comments

Currently sys_fork just copies the directory recursively, which is not efficient, if we're talking on OS scale. The solution for this would be implementation of COW pages, but to implement these correctly the support of virtual memory areas (vm_area) is needed.

Useful links

FedorLap2006 avatar May 10 '22 18:05 FedorLap2006