Skip to content

perf: Improved performance and reduced memory consumption#90

Open
negezor wants to merge 14 commits into
vueform:mainfrom
negezor:perf
Open

perf: Improved performance and reduced memory consumption#90
negezor wants to merge 14 commits into
vueform:mainfrom
negezor:perf

Conversation

@negezor

@negezor negezor commented Jun 2, 2024

Copy link
Copy Markdown

Hi. Applying all the same optimizations as here vueform/multiselect#411. In this world, a little optimization never hurt anyone 😅

In addition to the previous PR, the watchers are grouped here to reduce the number of effectScope created. And since we don't need to make all nouislider properties reactive, it's better to leave this job to shallowRef().

@tomsdob

tomsdob commented Jul 2, 2024

Copy link
Copy Markdown

These changes would be greatly appreciated as the destroy() function in src/composables/useSlider.js calls slider$.value.off() but slider$.value is sometimes non existent.

@negezor

negezor commented Dec 14, 2025

Copy link
Copy Markdown
Author

@adamberecz sorry to bother you, but could you please review this PR? I still have to use a fork of this repository and consider the same for #91?

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