Perhaps it would be best to refactor Resource-fs to use PHP iterators. This might be a better approach as then we can only load what we absolutely need when we need it. I'm considering it.
Though I'm not sure if this would work for /var/. This would mainly only work for folders dealing with actual files.
It may be possible to create our own iterators for other use cases.
Though I'm not sure if this would work for /var/. This would mainly only work for folders dealing with actual files.
It may be possible to create our own iterators for other use cases.