volt
volt copied to clipboard
Comparison with pnpm for benchmarks
It would be very helpful if pnpm was included in the benchmarks
@aidenybai Yes, this is something I've been looking into. I'll re-benchmark the code with a large package.json
file to emulate something a bit more realistic. I'll be sure to add pnpm
to those benchmarks.
Why not use https://github.com/pnpm/pnpm.github.io/tree/main/benchmarks ? It's constantly updated in https://pnpm.io/benchmarks.
cc @zkochan
@aidenybai Yes, this is something I've been looking into. I'll re-benchmark the code with a large
package.json
file to emulate something a bit more realistic. I'll be sure to addpnpm
to those benchmarks.
Just an update on this. I'd like to update the benchmarks as soon as I've finished the add
and install
commands to ensure fair benchmarks. Take the current benchmarks with a grain of salt, because, as I said, volt is still in the development stage and there might be improvements or slowdowns as the codebase grows.
Any updates?