COSCUP x RubyConf TW 2021

Memory Management in High-Performance Go Applications: A Case Study of Pebble
2021年7月31日 , TR209
語言: 漢語


英文演講標題:

Memory Management in High-Performance Go Applications: A Case Study of Pebble

hackmd url:

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

slido url:

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

演講摘要:

透過研究 Pebble (CockroachDB 底層的 key-value storage engine),談談在高效能的需求情境下, Go 專案要如何進行記憶體管理。

演講長度:

40

英文演講摘要:

Go has several powerful and eye-catching memory management features, such as its highly performant garbage collection and accurate escape analysis. By leveraging these features, Gophers can develop their applications efficiently without worrying about the memory allocation and management stuff in general cases. Therefore, Go is suitable for building Web-backend or cloud-native software. However, when it comes to building high-performance and data-intensive Go applications, garbage collection is still problematic since high pressure and unacceptable stop-the-wall time.
In this talk, the author will introduce the memory management approaches used for high-performance and data-intensive Go applications by reviewing a Go project - Pebble, an underlying key-value storage engine used by a well-known Go database system - CockroachDB.

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

中階