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

메모리 효율적인 가벼운 버전의 BehaviorSubject<T> 클래스 #48

Open
gyuwon opened this issue Sep 29, 2015 · 0 comments
Open

Comments

@gyuwon
Copy link
Contributor

gyuwon commented Sep 29, 2015

모델 스트림은 새 구독자에게 마지막 모델 개정을 전달하기 위해 스트림(Stream<TModel, TId>.Instance)과 스트림 연결(Stream<TModel, TId>.Connection)에 BehaviorSubject<T> 클래스를 사용합니다. 하지만 BehaviorSubject<T> 클래스는 Subject<T> 클래스에 비해 메모리 사용량이 큽니다. 이를 개선할 방법이 있는지 조사하고 필요한 경우 가벼운 버전의 LightBehaviorSubject<T> 내부 클래스를 작성합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant