DEV Community

Discussion on: In-depth of tnpm rapid mode - how we managed to be 10 second faster than pnpm

Collapse
 
atian25 profile image
TZ | 天猪 • Edited

but generally seems to be considered the slowest?

pardon? from the table you can see that pnpm is faster than both npm and yarn. For Example, Test1, pnpm(14s), npm(48s), yarn(61s).

Unfortunately, As mentioned in the post, tnpm is still in the internal testing phase. There's currently no way for the community to experience it.

What we use is the official pnpm benchmark tests. As for why we are relatively faster, I believe this has been explained in detail in the post.

npmfs is a package manager agnostic tool by design. We hope it benefits not only cnpm/tnpm but also all the package managers that the community loves. Please stay tuned for npmfs to be open source. Nevertheless, the idea behind it are also worth sharing and discussing with the community.

Collapse
 
rxliuli profile image
rxliuli

This sentence I refer to the official npm