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
Right now, we still write to disk instead of committing to memory with mmap. We should explicitly not write to disk until the user requests. This is a bit more complicated but turns out disk is indeed a pretty big bottleneck :(