-
Notifications
You must be signed in to change notification settings - Fork 3
Fork performance #18
Copy link
Copy link
Open
Labels
enhancementImprovement of a system component/featureImprovement of a system component/featureoptimPerformance improvementPerformance improvement
Description
Metadata
Metadata
Assignees
Labels
enhancementImprovement of a system component/featureImprovement of a system component/featureoptimPerformance improvementPerformance improvement
Projects
StatusShow more project fields
WIP
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