osPlanning / omx-java

Java API for OMX
https://github.com/osPlanning/omx/wiki
Apache License 2.0
3 stars 7 forks source link

don't read the entire file into memory when opening #2

Closed bstabler closed 7 years ago

bstabler commented 7 years ago

it seems the package wanted to mirror the omx file in memory, which meant reading the entire file into memory on open (including all matrices and lookups). It needs to read matrices and lookups on demand.