home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 937264431 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: reactions, created_at (date), updated_at (date)

user 4

  • dcherian 1
  • max-sixty 1
  • Illviljan 1
  • github-actions[bot] 1

author_association 2

  • MEMBER 3
  • CONTRIBUTOR 1

issue 1

  • Faster unstacking to sparse · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
984218578 https://github.com/pydata/xarray/pull/5577#issuecomment-984218578 https://api.github.com/repos/pydata/xarray/issues/5577 IC_kwDOAMm_X846qfvS dcherian 2448579 2021-12-02T01:50:12Z 2021-12-02T01:50:12Z MEMBER

@pydata/xarray I'm planning to merge on Friday. It's been sitting around for a while and is a giant improvement.

{
    "total_count": 2,
    "+1": 2,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Faster unstacking to sparse 937264431
955096720 https://github.com/pydata/xarray/pull/5577#issuecomment-955096720 https://api.github.com/repos/pydata/xarray/issues/5577 IC_kwDOAMm_X8447Z6Q Illviljan 14371165 2021-10-29T23:16:53Z 2021-10-29T23:16:53Z MEMBER

before after ratio [36f05d70] [0310ebec] - 2.98G 204M 0.07 unstacking.UnstackingSparse.peakmem_unstack_to_sparse_3d [fv-az292-755/conda-py3.8-bottleneck-dask-distributed-netcdf4-numpy-pandas-scipy-sparse] - 3G 204M 0.07 unstacking.UnstackingSparse.peakmem_unstack_to_sparse_3d [fv-az292-755/conda-py3.8-dask-distributed-netcdf4-numpy-pandas-scipy-sparse] - 10.2±0.02s 29.7±2ms 0.00 unstacking.UnstackingSparse.time_unstack_to_sparse_3d [fv-az292-755/conda-py3.8-bottleneck-dask-distributed-netcdf4-numpy-pandas-scipy-sparse] - 10.1±0.05s 27.4±0.6ms 0.00 unstacking.UnstackingSparse.time_unstack_to_sparse_3d [fv-az292-755/conda-py3.8-dask-distributed-netcdf4-numpy-pandas-scipy-sparse] - 714±20ms 945±30μs 0.00 unstacking.UnstackingSparse.time_unstack_to_sparse_2d [fv-az292-755/conda-py3.8-bottleneck-dask-distributed-netcdf4-numpy-pandas-scipy-sparse] - 721±8ms 923±30μs 0.00 unstacking.UnstackingSparse.time_unstack_to_sparse_2d [fv-az292-755/conda-py3.8-dask-distributed-netcdf4-numpy-pandas-scipy-sparse] Quite the improvement indeed. :)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Faster unstacking to sparse 937264431
874250753 https://github.com/pydata/xarray/pull/5577#issuecomment-874250753 https://api.github.com/repos/pydata/xarray/issues/5577 MDEyOklzc3VlQ29tbWVudDg3NDI1MDc1Mw== github-actions[bot] 41898282 2021-07-05T17:28:09Z 2021-10-28T23:17:16Z CONTRIBUTOR

Unit Test Results

6 files           6 suites   53m 48s :stopwatch: 16 281 tests 14 545 :heavy_check_mark: 1 736 :zzz: 0 :x: 90 882 runs  82 702 :heavy_check_mark: 8 180 :zzz: 0 :x:

Results for commit 267a14f9.

:recycle: This comment has been updated with latest results.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Faster unstacking to sparse 937264431
874276190 https://github.com/pydata/xarray/pull/5577#issuecomment-874276190 https://api.github.com/repos/pydata/xarray/issues/5577 MDEyOklzc3VlQ29tbWVudDg3NDI3NjE5MA== max-sixty 5635139 2021-07-05T18:37:06Z 2021-07-05T18:37:06Z MEMBER

From 7s to 25 ms

Casual!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Faster unstacking to sparse 937264431

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [issue_comments] (
   [html_url] TEXT,
   [issue_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [user] INTEGER REFERENCES [users]([id]),
   [created_at] TEXT,
   [updated_at] TEXT,
   [author_association] TEXT,
   [body] TEXT,
   [reactions] TEXT,
   [performed_via_github_app] TEXT,
   [issue] INTEGER REFERENCES [issues]([id])
);
CREATE INDEX [idx_issue_comments_issue]
    ON [issue_comments] ([issue]);
CREATE INDEX [idx_issue_comments_user]
    ON [issue_comments] ([user]);
Powered by Datasette · Queries took 13.897ms · About: xarray-datasette