# WSL 터미널에서 타이핑하면 미묘하게 빠른 이유

> Clean Markdown view of GeekNews topic #1136. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=1136](https://news.hada.io/topic?id=1136)
- GeekNews Markdown: [https://news.hada.io/topic/1136.md](https://news.hada.io/topic/1136.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2019-12-24T10:17:08+09:00
- Updated: 2019-12-24T10:17:08+09:00
- Original source: [github.com](https://github.com/microsoft/terminal/issues/327)
- Points: 3
- Comments: 2

## Topic Body

왜 일반 노트패드보다도 빠른지에 대한 윈도우 터미널 개발팀의 답변은

- 다른 콘트롤이 없는 윈도우 하나만 있음

- 커널에서 키값을 바로 받음(이벤팅 프레임워크 없음)

- 윈도우에 GDI PolyTextOut 으로 바로 출력

## Comments



### Comment 769

- Author: xguru
- Created: 2019-12-24T10:18:51+09:00
- Points: 1

이거 테스트하느라 WSL + Ubuntu 설치해서 실험해 봤는데, 정말로 아주 미묘하게 빠릅니다.

치자마자 글씨가 써지는 느낌.

### Comment 768

- Author: xguru
- Created: 2019-12-24T10:17:27+09:00
- Points: 1

WSLtty 도 비슷하게 빠르다고 https://github.com/mintty/wsltty
