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

Replace memoizee with nano-memoize #953

Merged
merged 3 commits into from May 6, 2024
Merged

Conversation

askoufis
Copy link
Contributor

@askoufis askoufis commented Apr 19, 2024

memoizee hasn't had a release for ~3 years, and depends on some polyfills that aren't really needed in modern JavaScript.

nano-memoize has 0 dependencies, is faster (not that we need the speed), uses modern JavaScript built-ins, and uses a WeakMap-based cache, which we need for memoizing webpack stats serialization (replacing memoizee/weak).

@askoufis askoufis requested a review from a team as a code owner April 19, 2024 05:20
Copy link

changeset-bot bot commented Apr 19, 2024

🦋 Changeset detected

Latest commit: d5a8a22

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
sku Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@askoufis askoufis enabled auto-merge (squash) May 6, 2024 03:46
@askoufis askoufis merged commit c2206b0 into master May 6, 2024
4 checks passed
@askoufis askoufis deleted the replace-memoization-library branch May 6, 2024 03:53
@seek-oss-ci seek-oss-ci mentioned this pull request May 6, 2024
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.

None yet

2 participants