]> jfr.im git - yt-dlp.git/commit - yt_dlp/YoutubeDL.py
Try to mitigate the problem of loading a fully sorted archive
authorJody Bruchon <redacted>
Thu, 17 Sep 2020 21:28:22 +0000 (17:28 -0400)
committerJody Bruchon <redacted>
Thu, 17 Sep 2020 21:28:22 +0000 (17:28 -0400)
commit1d74d8d9f631c8ba610f581d59e825252ab16185
tree1b18444a3afb5d9730aeceb0ba1d5f84576130c9
parent1de7ea76f8d12d301759ab7c193eb71bcbcd6a1d
Try to mitigate the problem of loading a fully sorted archive

Sorted archives turn the binary tree into a linked list and make
things horribly slow. This is an incomplete mitigation for this
issue.
youtube_dlc/YoutubeDL.py