Ask HN: Can we have advanced data structures and algorithms in standard library?
Fastest known algorithms are already there and still, everyone have to reimplement their own worse version.
How much actual productivity will be increased if people just provide everything on the textbook in a programming language out of the box?
2 comments
[ 43.6 ms ] story [ 65.6 ms ] threadAnd then the most advanced algorithms are usually just `git clone/cargo add/go get/npm install/your_other_pkg_mgr` away.
I'd say the standard library task is much more about providing powerful composable protocols to integrate all those libraries together (eg see Clojure, Elixir et al)