Skip to content
Snippets Groups Projects
  • David Hammer's avatar
    4926afd4
    Dropping driver="core" when opening h5py file · 4926afd4
    David Hammer authored
    The relevant data is copied into memory in pretty large chunks, so the core driver is not expected
    to do much for us here.  In some brief testing, using the default driver instead resulted in
    approximately the same (or slightly better) runtime and significantly lower peak memory consumption.
    4926afd4
    History
    Dropping driver="core" when opening h5py file
    David Hammer authored
    The relevant data is copied into memory in pretty large chunks, so the core driver is not expected
    to do much for us here.  In some brief testing, using the default driver instead resulted in
    approximately the same (or slightly better) runtime and significantly lower peak memory consumption.