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
Instead of having big datastrcutures in memory, one can have them mapped as
bytes on disk. The idea is to have a concurrent thread safe "bytes manager"
that communicate to open files on disk.