COSCUP x RubyConf TW 2021

從 Go 的 runtime 源碼發掘瘋狂的 slice 用法
年7月31日, 11:20–11:50 (Asia/Taipei), TR209
語言: 漢語


演講長度

25

英文演講標題

Discover Insane Possibility of Go Slice Usage from Runtime Source Code

您是否知悉並同意如採遠端形式分享,需提供預錄影片(您需同意大會才能接受您的稿件) – True hackmd url

https://hackmd.io/@coscup/HyHyr6PR_/%2F%40coscup%2FB1B6V6v0u

slido url

https://app.sli.do/event/zfprjbcw

演講摘要

Go 的 slice 型態在程式語言中是相當獨特的。
因為 slice 特別的設計以及實作,我們能夠以各種奇淫技巧去應用之。
這個演說會帶大家爬 Go 的 runtime 源碼,並從中解釋為何我們能夠用各種奇怪的方式去應用 slice。

英文演講摘要

The slice type in Go language is unique to programming languages.
Because of its special design and implementation, we can utilize slice in many insane ways.
This talk will bring everyone to read some source code from Go runtime, and explains why we could use slice in such an insane way.

內容難易度

中階