-
-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VFS: Performance improvement and build fixes
- Purge all potential build errors, including switch statements with system macros, struct member names that are potential macros, and void* arithmetic. - Fix a performance issue in VFS where every traverse would take O(n^2) instead of O(n). - Take advantage of the PATH_MAX and NAME_MAX constants to use static buffers and improve string performance.
- Loading branch information
1 parent
30250cc
commit cf3992b
Showing
6 changed files
with
927 additions
and
792 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.