golang-design/history

feature: summarize implemented algorithms in stdlib and runtime

yangwenmai opened this issue · 3 comments

feature: summarize implemented algorithms in stdlib and runtime

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

  • strings
  • sort
  • hash
  • image

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.