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
When input files exceed the limits of memory-mapped IO, the readers need to use a sliding-window mechanism.
Concurrent readers of the same file should share their own slices of byte buffer views.