Python GIL에 대한 훌륭한 글
이 보다 더 이해하기 쉬운 글을 쓸 수가 없어서 링크를 남깁니다.
1.https://dgkim5360.tistory.com/entry/understanding-the-global-interpreter-lock-of-cpython
왜 Python에는 GIL이 있는가
Python 사용자라면 한 번 쯤은 들어봤을 (안 들어봤다 해도 괜찮아요) 악명 높은 GIL (Global Interpreter Lock)에 대해 정리해본다. Global Interpreter Lock 그래서 GIL은 무엇인가? Python Wiki에서는 이렇게..
dgkim5360.tistory.com
2.https://m.blog.naver.com/alice_k106/221566619995
175. [Python] Global Interpreter Lock (GIL) 에 대한 이야기
이번 포스트에서는 파이썬의 Global Interpreter Lock (이하 GIL) 에 대해서 다룬다. 1. 멀티쓰레딩 ...
blog.naver.com
3.https://thrillfighter.tistory.com/621
파이썬 쓰레드와 GIL(Global Interpreter Lock)에 대한 이해
파이썬으로 쓰레드를 공부하다 보면 GIL(Global Interpreter Lock)에 대한 이야기가 심심치 않게 나온다. 공부를 하는 입장에서는 당장 GIL이 뭔지 몰라도 쓰레드를 만들고 프로그램을 돌리는데는 문제��
thrillfighter.tistory.com
'파이썬 > 기초문법' 카테고리의 다른 글
Python 딕셔너리에서 Value로 Key 찾는 방법 (0) | 2020.12.29 |
---|---|
Python으로 문자 치환하기 str.translate (0) | 2020.09.20 |
Python 언더스코어(_)와 더블언더스코어(__) 비교 (0) | 2020.05.04 |
Python 인터프리터 vs 컴파일러 / Is Python interpreted or compiled? Yes 번역 (0) | 2020.04.20 |
Python if __name__ == '__main__': 에 대한 이해 / Python __name__ (0) | 2020.04.18 |
댓글