equinor / segyio

Fast Python library for SEGY files.
Other
469 stars 213 forks source link

mmap function #532

Closed grisha-lu closed 1 year ago

grisha-lu commented 1 year ago

Hi! My mmap function works on Linux OS, but it is not work on my laptop on windows. Is it works because of linux OS ? How can i use it on windows?

ErlendHaa commented 1 year ago

Hi!

Memory mapping is not supported on windows. There are no plans for memory map support on windows either.

grisha-lu commented 1 year ago

Thank you!