You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- rows_to_dicts: allocate column name PyStrings once, reuse for
every row dict (eliminates N*M PyString allocations)
- json.dumps: cache via GILOnceCell instead of module lookup per call
0 commit comments