golang-design / history

📝 Go: A Documentary | https://golang.design/history
https://golang.design/history
MIT License
1.06k stars 47 forks source link

feature: summarize implemented algorithms in stdlib and runtime #5

Closed yangwenmai closed 3 years ago

changkun commented 4 years ago

I think we need to declare the interested packages before we start digging more deeper. Feel free to add your preferences.

yangwenmai commented 4 years ago
changkun commented 3 years ago

I think this request is duplicated with the purpose of summarizing design history. An implemented algorithm usually mixes multiples algorithms with clever engineering, some of them don't even have a name. One can always read the design history and figure out the actual detail. Thus, close.