Closed maruschin closed 1 week ago
Comparing maruschin:main
(6ada75b) with main
(5115c32)
⚡ 1
improvements
❌ 1
regressions
✅ 15
untouched benchmarks
:warning: Please fix the performance issues or acknowledge them on CodSpeed.
Benchmark | main |
maruschin:main |
Change | |
---|---|---|---|---|
⚡ | test_iter_rows_first_row[100 Small Files] |
260.7 ms | 193.4 ms | +34.76% |
❌ | test_show[100 Small Files] |
42.4 ms | 48.8 ms | -13.17% |
IIUC this PR means that instead of:
uv
-managed Python with a uv
-managed Python environmentWe now allow for:
uv
installed, with a uv
-managed Python environmentI'm not the most familiar with uv
, but would it not be the most reproducible developer experience if uv
were to manage everything, including the Python installation? I know we've had issues in the past with inconsistent system installs of Python.
@jaychia it's most like:
uv
managed Python and Python environmentuv
does not depend on Python and can be installed on its own.
Makes sense, thanks for the contribution!
I encountered an inconvenient dependency on a pre-installed version of Python. It is very convenient to create an environment with the required version via uv.