You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider acquiring stat and hashes in-kernel in order to move burden to the task calling exec. This should reduce the amount of time the main thread spends acquiring data the event loop. Requires a separate or shared cache in the kext. Needs extra care when dealing with network file systems, perhaps by delegating acquisition to userspace if path is located on a network file system.
The text was updated successfully, but these errors were encountered:
Consider acquiring stat and hashes in-kernel in order to move burden to the task calling exec. This should reduce the amount of time the main thread spends acquiring data the event loop. Requires a separate or shared cache in the kext. Needs extra care when dealing with network file systems, perhaps by delegating acquisition to userspace if path is located on a network file system.
The text was updated successfully, but these errors were encountered: