Skip to content
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.

replace all h5::[.] calls with readDataset(openDataset(.)) #1

Closed
mkoohafkan opened this issue Apr 25, 2017 · 2 comments
Closed

replace all h5::[.] calls with readDataset(openDataset(.)) #1

mkoohafkan opened this issue Apr 25, 2017 · 2 comments

Comments

@mkoohafkan
Copy link
Owner

waaaaaay faster

@mkoohafkan
Copy link
Owner Author

implemented WOW

@mkoohafkan
Copy link
Owner Author

mkoohafkan commented Apr 25, 2017

Possible memory leak; I didn't add any code to close groups, e.g. h5close(dataset.object)

need to add a function like this:

get_dataset = function(x, path, type){
  g = openDataSet(x, path, type)
  on.exit(h5close(g))
  readDataset(g)
}

@mkoohafkan mkoohafkan reopened this Apr 25, 2017
mkoohafkan added a commit that referenced this issue Apr 25, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant