Skip to content

Fork performance #18

@FedorLap2006

Description

@FedorLap2006

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

Metadata

Metadata

Assignees

Labels

enhancementImprovement of a system component/featureoptimPerformance improvement

Projects

Status

WIP

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions