issues: 464787713
This data as json
id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
464787713 | MDExOlB1bGxSZXF1ZXN0Mjk0OTkzMzMw | 3082 | Cache root netCDF4.Dataset objects instead of groups | 1217238 | closed | 0 | 4 | 2019-07-05T22:26:19Z | 2019-07-10T16:01:45Z | 2019-07-10T16:01:38Z | MEMBER | 0 | pydata/xarray/pulls/3082 | NetCDF-C and HDF5 are not threads-safe, so it's likely that closing the file object associated with one group could invalidate other open groups from the same file. Now, we cache a single object corresponding to the root group for each file, and access sub-groups on the fly as needed.
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/3082/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
13221727 | pull |