feat(store): selector memoization helpers #25

Open
torstein wants to merge 4 commits from feat/store-memo-selector into main
Owner

Two new helper functions:

memoizeSelector: simple memoization function
keyedMemoizeSelector: creates a memoization cache based on keys

Two new helper functions: memoizeSelector: simple memoization function keyedMemoizeSelector: creates a memoization cache based on keys
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feat/store-memo-selector:feat/store-memo-selector
git switch feat/store-memo-selector

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff feat/store-memo-selector
git switch feat/store-memo-selector
git rebase main
git switch main
git merge --ff-only feat/store-memo-selector
git switch feat/store-memo-selector
git rebase main
git switch main
git merge --no-ff feat/store-memo-selector
git switch main
git merge --squash feat/store-memo-selector
git switch main
git merge --ff-only feat/store-memo-selector
git switch main
git merge feat/store-memo-selector
git push origin main
Sign in to join this conversation.
No description provided.