home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 886450425

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions performed_via_github_app issue
https://github.com/pydata/xarray/pull/5542#issuecomment-886450425 https://api.github.com/repos/pydata/xarray/issues/5542 886450425 IC_kwDOAMm_X8401ij5 14371165 2021-07-26T07:28:58Z 2021-07-26T07:33:57Z MEMBER

It probably is decently fast but it can't compare to just not running the .copy() code if a copy isn't necessary. :) But this isn't a major bottleneck either:

Before, the transpose is one of the largest bottlenecks in missing.interp where the .copy() is what takes time. missing.interp took 1.33s to run.

After, the transpose obviously isn't a factor anymore since it isn't triggered. missing.interp took 1.24s to run.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  931016490
Powered by Datasette · Queries took 0.592ms · About: xarray-datasette