COSCUP x RubyConf TW 2021

從 Go 的 runtime 源碼發掘瘋狂的 slice 用法
2021-07-31 , TR209
Language: 漢語


slido url:

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

Translate Title:

Discover Insane Possibility of Go Slice Usage from Runtime Source Code

hackmd url:

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

Abstract:

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

Talk Length:

25

English Abstract:

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.

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

中階