Garbage Collection Semantics - GopherCon SG 2019

Поделиться
HTML-код
  • Опубликовано: 24 ноя 2024

Комментарии • 9

  • @maksadbek
    @maksadbek 5 лет назад +12

    Wow. I was struggling to understand GC insights for a long time. Bill explains it very clearly in this talk. Thank you Bill!

    • @svrakata
      @svrakata 3 года назад

      @Wade Axton is it written in go?

  • @sardortoshkentov-dn2pg
    @sardortoshkentov-dn2pg 5 месяцев назад

    thanks for clear explanation

  • @jub0bs
    @jub0bs Год назад

    Outstanding talk!

  • @akhilsingh52as
    @akhilsingh52as Год назад

    Go uses a concurrent garbage collector (GC), which means that it operates concurrently with the execution of Go programs and doesn't stop the world during its execution.
    This concurrent GC has been present in Go since version 1.5, released in 2015.

    • @grapegripe
      @grapegripe Год назад +1

      This is false. The Golang GC doesn’t stop the world during the entire mark and sweep, but it does briefly stop the world when the GC transitions between mark and sweep phases. It’s concurrent in the sense that application work can continue during the mark phase.

  • @JitenPalaparthi
    @JitenPalaparthi 3 года назад

    Too boring

    • @cheenamaejafar
      @cheenamaejafar 2 года назад +3

      boriing is good in software engineering from what I hear

    • @iamwhoiam798
      @iamwhoiam798 2 месяца назад

      Nope