home / github / pull_requests

Menu
  • Search all tables
  • GraphQL API

pull_requests: 1358154959

This data as json

id node_id number state locked title user body created_at updated_at closed_at merged_at merge_commit_sha assignee milestone draft head base author_association auto_merge repo url merged_by
1358154959 PR_kwDOAMm_X85Q88zP 7857 closed 0 Avoid explicit loop when updating OrderedSet 14371165 Following recommendation from: https://github.com/pydata/xarray/pull/7824#discussion_r1196114696 ```python # main: a = tuple(f"dim_{i}" for i in range(500)) %timeit OrderedSet(a) 46 µs ± 2.26 µs per loop (mean ± std. dev. of 7 runs, 10000 loops each) # This PR: a = tuple(f"dim_{i}" for i in range(500)) %timeit OrderedSet(a) 28.9 µs ± 476 ns per loop (mean ± std. dev. of 7 runs, 10000 loops each) ``` 2023-05-21T09:06:58Z 2023-05-25T20:08:35Z 2023-05-25T20:08:34Z 2023-05-25T20:08:34Z 95bb81352422ec78768200cec9b8f0bcb8b5a609     0 9cb117b24b3d4b6baca539446fe8c3cc37ec4a1b 05c7888d0faf753968e12cd338730f7a7f3c891a MEMBER   13221727 https://github.com/pydata/xarray/pull/7857  

Links from other tables

  • 3 rows from pull_requests_id in labels_pull_requests
Powered by Datasette · Queries took 162.155ms