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

Fast collections #422

Merged
merged 26 commits into from
Jul 20, 2016
Merged

Fast collections #422

merged 26 commits into from
Jul 20, 2016

Conversation

mweststrate
Copy link
Member

Addresses among others #375. Basically the observer collection is now a set, and the observing collection is now a lot more effectiently deduplicated.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.08%) to 92.969% when pulling 68078fb on fast-sets-native-observing-array into d1cf9bd on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.08%) to 92.969% when pulling 68078fb on fast-sets-native-observing-array into d1cf9bd on master.


for (let i = 0; i < newLength; i++) {
const dep = observing[i];
if ((++dep.diffValue) > 0) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

double check different value for non unique deps

@coveralls
Copy link

Coverage Status

Coverage increased (+0.08%) to 92.969% when pulling fd3577a on fast-sets-native-observing-array into d1cf9bd on master.

@mweststrate mweststrate merged commit 840b2e9 into master Jul 20, 2016
@mweststrate mweststrate deleted the fast-sets-native-observing-array branch November 7, 2016 12:40
@realyze realyze mentioned this pull request Feb 23, 2024
3 tasks
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