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
Neat package! Curious if an mmap'd option would work well in the read-only-from-disk use case? It would be simpler and possibly more performant than the direct read from offset + transform method. I might take a swing at it if it was welcome.