I don't want to build an entire feature matrix for all the tools, but I think there may be spots where the differences contribute directly to the benchmark results.
Currently, pip-tools and pipenv handle locking and updating faster than poetry and pdm.

If I remember correctly, both poetry and pdm generate cross-platform compatible lock files while pip-tools and pipenv only create lock files for the current platform.
Is this correct? If so, could it attribute to the difference we see in the benchmarks?
/cc @frostming @atugushev
I don't want to build an entire feature matrix for all the tools, but I think there may be spots where the differences contribute directly to the benchmark results.
Currently,
pip-toolsandpipenvhandle locking and updating faster thanpoetryandpdm.If I remember correctly, both
poetryandpdmgenerate cross-platform compatible lock files whilepip-toolsandpipenvonly create lock files for the current platform.Is this correct? If so, could it attribute to the difference we see in the benchmarks?
/cc @frostming @atugushev