본문 바로가기

Dev/Golang

Go 1.14 출시

https://blog.golang.org/go1.14

 

Go 1.14 is released - The Go Blog

Alex Rakoczy 25 February 2020 Today the Go team is very happy to announce the release of Go 1.14. You can get it from the download page. Some of the highlights include: For the complete list of changes and more information about the improvements above, see

blog.golang.org

  • 이제 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