https://blog.golang.org/go1.14
- 이제 Go module 이 production ready로 바뀜
- 이제 인터페이스에서 메서드 시그니쳐 중복이 가능함 (#)
- defer 성능 향상 ( almost zero overhead )
- 이제 Goroutine 이 비동기 선점형으로 작동해서, Goroutine 내 function call 없는 loop은 이제 Scheduler deadlock 이 없음.
- Page allocator 성능 개선.
- Internal timer 성능 개선
'Dev > Golang' 카테고리의 다른 글
Goroutine 정리 겸 번역 -1 개념과 구조 (0) | 2020.01.11 |
---|