home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 1472798277

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/7586#issuecomment-1472798277 https://api.github.com/repos/pydata/xarray/issues/7586 1472798277 IC_kwDOAMm_X85XyR5F 2448579 2023-03-16T21:53:37Z 2023-03-16T21:53:37Z MEMBER

Don't think so. I did add expliciit support for reversing a negative slice now. I think it's better?

%timeit range(0, 10**4)[-1] %timeit range(0, 10**8)[-1] 374 ns ± 19.4 ns per loop (mean ± std. dev. of 7 runs, 1,000,000 loops each) 372 ns ± 19.6 ns per loop (mean ± std. dev. of 7 runs, 1,000,000 loops each)

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