Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: 🔒 use text-based Bun lockfile #993

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

okineadev
Copy link

Support for the text lockfile format was introduced in version 1.1.40 (https://bun.sh/blog/bun-v1.1.40), it will soon replace the binary lockfile format .lockb in the upcoming version 1.2.0

In addition, cached bun install will become 30% faster thanks to the text-based lockfile format - https://bun.sh/blog/bun-lock-text-lockfile#cached-bun-install-gets-30-faster

Read https://bun.sh/blog/bun-lock-text-lockfile

Support for the text lockfile format was introduced in version `1.1.40` (https://bun.sh/blog/bun-v1.1.40), it will soon replace the binary lockfile format `.lockb` in the upcoming version `1.2.0`

In addition, cached bun install will become 30% faster thanks to the text-based lockfile format - https://bun.sh/blog/bun-lock-text-lockfile#cached-bun-install-gets-30-faster

Read https://bun.sh/blog/bun-lock-text-lockfile
@kravetsone
Copy link
Contributor

In addition, cached bun install will become 30% faster thanks to the text-based lockfile format - https://bun.sh/blog/bun-lock-text-lockfile#cached-bun-install-gets-30-faster

This is wrong. Bun team speedup cached installs in general

@okineadev
Copy link
Author

In addition, cached bun install will become 30% faster thanks to the text-based lockfile format - bun.sh/blog/bun-lock-text-lockfile#cached-bun-install-gets-30-faster

This is wrong. Bun team speedup cached installs in general


In Bun v1.1.39, we made cached bun install using the text lockfile 30% faster compared to cached bun install with the binary lockfile in Bun v1.1.38.

@kravetsone
Copy link
Contributor

In addition, cached bun install will become 30% faster thanks to the text-based lockfile format - bun.sh/blog/bun-lock-text-lockfile#cached-bun-install-gets-30-faster

This is wrong. Bun team speedup cached installs in general

In Bun v1.1.39, we made cached bun install using the text lockfile 30% faster compared to cached bun install with the binary lockfile in Bun v1.1.38.

binary lockfile was improved too. its just something like "we made it really faster than old versions so text lockfile didnt cost you at perfomace"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants