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

[7주차] 일괄 처리와 스트림 처리와의 차이 (p.428) #40

Open
wbluke opened this issue Nov 14, 2023 · 2 comments
Open

[7주차] 일괄 처리와 스트림 처리와의 차이 (p.428) #40

wbluke opened this issue Nov 14, 2023 · 2 comments
Assignees

Comments

@wbluke
Copy link

wbluke commented Nov 14, 2023

  • 일괄 처리 : 변하지 않는 입력을 읽어 출력을 생산한다. 즉, 고정된 크기의 입력을 읽는다.
  • 스트림 처리 : 입력이 한정되지 않는다. 언제 더 들어올지 모른다. -> 11장에 계속
@wbluke wbluke self-assigned this Nov 14, 2023
@myeongjae-kim
Copy link

image image

@myeongjae-kim
Copy link

우빈: 다음장이 스트림 관련 내용이라 한 번 정리해봤다.

명재: 두 장의 이미지중 어떤게 스트림일까요.. 우측이다. 언제 들어올지 모르는 입력을 기다리다가 데이터가 들어오면 바로바로 처리함

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

No branches or pull requests

2 participants