Skip to content
#

sandboxing

Here are 89 public repositories matching this topic...

cap-std
sunfishcode
sunfishcode commented Jul 17, 2020

create_dir_all uses the algorithm from libstd for recursively creating all components. However, cap-primitives' mkdir function performs a system call per path component per call, so calling it once per path component leads to a quadratic number of system calls.

We should add a create_dir_all function in cap-primitives which, for each path component, creates a directory for that comp

good first issue

Improve this page

Add a description, image, and links to the sandboxing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sandboxing topic, visit your repo's landing page and select "manage topics."

Learn more