uber-archive / makisu

Fast and flexible Docker image building tool, works in unprivileged containerized environments like Mesos and Kubernetes.
Apache License 2.0
2.41k stars 154 forks source link

Question about node_modules tweaks #264

Closed Eyjafjallajokull closed 4 years ago

Eyjafjallajokull commented 4 years ago

Readme states that "Makisu has some performance tweaks for large images (especially those with node_modules)". I would like to know details about what can makisu improve when building node projects.

yiranwang52 commented 4 years ago

The tweaks are for those builds with many text files. Specifically:

  1. Faster compression and decompression library
  2. More build options on compression
  3. Doesn't require md5 hash of all files
  4. Planed features like #257
Eyjafjallajokull commented 4 years ago

Thanks for reply.