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
On macOS, we don't need to call mmap because samply has already detected
the file path during the call to `open` before (it interposes `open` with
a preloaded library), and because the mmap call can be slow.
0 commit comments