We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
AvailableDates 와 마찬가지로, Attendee의 일급 컬렉션인 AttendeeGroup의 내부 구조를 집합으로 변경하여 그룹의 필터링이나 포함 연산의 성능을 개선합니다.
AvailableDates
Attendee
AttendeeGroup
AvailableDates와는 다르게, 정렬된 상태를 유지할 필요는 없다고 생각합니다. SortedSet이 아닌 일반 Set을 사용하여 구현해도 될 것 같아요.
SortedSet
Set
The text was updated successfully, but these errors were encountered:
No branches or pull requests
이슈 요약
AvailableDates
와 마찬가지로,Attendee
의 일급 컬렉션인AttendeeGroup
의 내부 구조를 집합으로 변경하여 그룹의 필터링이나 포함 연산의 성능을 개선합니다.AvailableDates
와는 다르게, 정렬된 상태를 유지할 필요는 없다고 생각합니다.SortedSet
이 아닌 일반Set
을 사용하여 구현해도 될 것 같아요.상세 작업 내용
레퍼런스
The text was updated successfully, but these errors were encountered: