《CPython Internals》閱讀筆記:p151-p151
《CPython Internals》學(xué)習(xí)第 9天,p151-p1510 總結(jié),總計 1 頁。
一、技術(shù)總結(jié)
無。
二、英語總結(jié)(生詞:1)
1.marshal
(1)marshaling
Marshalling or marshaling(US spelling) is the process of transforming the memory representation of an object into a data form suitable for storage or transmission, especially between different runtimes.
(2)marshaled
The CPython interpreter will evaluate and execute a code object fetched from either the marshaled .pyc file or the compiler(《Python Internals》第151頁)。
(3)marshaling vs serialization
這兩個詞我在閱讀中經(jīng)常會遇到,它們的區(qū)別是什么呢?我還沒有搞清楚,現(xiàn)在先mark匯總,后續(xù)再做總結(jié)。
Marshaling is about getting parameters from here to there, while serialization is about copying structured data to or from a primitive form such as a byte stream.
關(guān)于英語的注解同步更新匯總到 https://github.com/codists/English-In-CS-Books 倉庫。
三、其它
形式語言的證明真難啊,emo了......
四、參考資料
1. 編程
(1) Anthony Shaw,《CPython Internals》:https://book.douban.com/subject/35405785/
2. 英語
(1) Etymology Dictionary:https://www.etymonline.com
(2) Cambridge Dictionary:https://dictionary.cambridge.org

歡迎搜索及關(guān)注:編程人(a_codists)
浙公網(wǎng)安備 33010602011771號