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: replace lazy_static with once_cell #189

Closed
wants to merge 1 commit into from

Conversation

tisonkun
Copy link
Contributor

@tisonkun tisonkun commented Jan 2, 2025

lazy_static is slower to compile.

Once we bump MSRV to 1.80, we can use std's LazyLock instead then.

@tisonkun
Copy link
Contributor Author

tisonkun commented Jan 2, 2025

Duplicated to #170 and #176

@tisonkun tisonkun closed this Jan 2, 2025
@tisonkun tisonkun deleted the opt-lazy-static branch January 2, 2025 06:46
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.

1 participant