home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 1490160140

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
1490160140 PR_kwDOAMm_X85FGOVk 7374 Improve performance for backend datetime handling 14371165 closed 0     3 2022-12-11T16:01:05Z 2023-01-18T22:45:36Z 2023-01-13T14:50:53Z MEMBER   0 pydata/xarray/pulls/7374

Was hunting some low-hanging performance fruits when reading in files.

  • Use Variable(..., fastpath=True) for cases when a Variable has been unpacked and modified slightly.
  • Don't check if variable is variable in decode_cf_variable
  • Don't import DataArray until necessary in as_compatible_data.
  • Add typing to touched files to make sure only Variables are used.

  • [ ] Closes #xxxx

  • [ ] Tests added
  • [ ] User visible changes (including notable bug fixes) are documented in whats-new.rst
  • [ ] New functions/methods are listed in api.rst
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/7374/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    13221727 pull

Links from other tables

  • 5 rows from issues_id in issues_labels
  • 3 rows from issue in issue_comments
Powered by Datasette · Queries took 0.685ms · About: xarray-datasette