Skip to content

Read with Numpy#2

Open
MHC03 wants to merge 1 commit intooscarbranson:masterfrom
MHC03:master
Open

Read with Numpy#2
MHC03 wants to merge 1 commit intooscarbranson:masterfrom
MHC03:master

Conversation

@MHC03
Copy link

@MHC03 MHC03 commented Oct 25, 2016

The added functions are a quicker solution to read binary files with the numpy.fromfile method. It does not have an overhead like struct.unpack, so you can read bigger files like 2GB of RAM without using 10GB.

The added functions are a quicker solution to read binary files with the numpy.fromfile method. It does not have an overhead like struct.unpack, so you can read bigger files like 2GB of RAM without using 10GB.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant