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

Dynamic key affinity #8

Merged
merged 5 commits into from
Aug 19, 2020
Merged

Dynamic key affinity #8

merged 5 commits into from
Aug 19, 2020

Conversation

PhantomThief
Copy link
Owner

No description provided.

@PhantomThief PhantomThief merged commit 31ef869 into master Aug 19, 2020
@PhantomThief PhantomThief deleted the dynamic-key-affinity branch August 19, 2020 06:35
.mapToObj(it -> supplier.get())
.map(ValueRef::new)
.collect(toList());
.collect(toCollection(CopyOnWriteArrayList::new));
Copy link
Owner Author

Choose a reason for hiding this comment

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

突然发现这里性能很糟糕,估计第一次访问时会比较慢……回头有空儿顺手优化下。

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

1 participant