issue_comments: 674582930
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/4155#issuecomment-674582930 | https://api.github.com/repos/pydata/xarray/issues/4155 | 674582930 | MDEyOklzc3VlQ29tbWVudDY3NDU4MjkzMA== | 1005109 | 2020-08-16T21:56:45Z | 2020-08-16T22:05:21Z | CONTRIBUTOR | In your case, each task (20 000²) will have the entire input (100²), and interpolate a few points (5²). Maybe the overhead comes with duplicating the input array 20 000² times, maybe it comes with the fact that you are doing 20 000² small interpolation instead of 1 big interpolation |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
638909879 |