-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move certain fs/utils
to c++
#111
Comments
Interesting one :) |
For this one, we just need to expose. |
@H4ad we need to call C++ function from all functions in |
For |
|
I don't think so |
Just want to say, that by moving validators to c++ could mean that the Errors could contain them in the stacktrace. Thats why we have currently hideStackframes functions, because there is no inline specifier in javascript. Maybe you also have to inline the validators in c++, to avoid the stacktraces to not contain the validators. |
Actually, I and @Ceres6 are working on that. We're porting |
All filesystem operations has the following functions, that could improve the performance if moved to C++:
getValidatedPath
getValidMode
path.toNamespacedPath
The text was updated successfully, but these errors were encountered: