Evolving the Go Memory Manager's RAM and CPU Efficiency - Michael Knyszek

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

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

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

    Great presentation! Finally something energetic and with decent sound (which was sadly lacking in 2020). :) Well done and thank you, Mr Knyszek!

  • @shravandhar6169
    @shravandhar6169 3 года назад +1

    Great talk. You worked really hard through the iterations.
    Really intuitive to bring out bitmap summarising solution for caching. (especially the scaling part)

  •  2 года назад

    Stunning talk. 10/10

  • @KalleJillheden
    @KalleJillheden 2 года назад

    Love hearing where you have to take hardware into consideration, such as how the CPUs of today perform heavy path speculation optimizations. Surely nothing I get the chance to think about when we mostly just write HTTP APIs all day where features overweigh performance (computer resources are cheaper than human resources, and all that). Interested to know if Go takes the different RAM types into consideration as well (SRAM, DRAM, SDRAM, etc) or if that's abstracted away by the OS.