[PR #455] [MERGED] Added sortedcontainers to Algorithms section #414

Closed
opened 2025-11-06 12:32:54 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/455
Author: @grantjenks
Created: 9/18/2015
Status: Merged
Merged: 9/19/2015
Merged by: @vinta

Base: masterHead: master


📝 Commits (1)

  • 1710a25 Added sortedcontainers to Algorithms section

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

SortedContainers is a fast, pure-Python implementation of SortedList, SortedDict and SortedSet types. The package includes complete documentation, 100% code coverage with days of stress testing, and extensive benchmarks.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/455 **Author:** [@grantjenks](https://github.com/grantjenks) **Created:** 9/18/2015 **Status:** ✅ Merged **Merged:** 9/19/2015 **Merged by:** [@vinta](https://github.com/vinta) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`1710a25`](https://github.com/vinta/awesome-python/commit/1710a25d4ab8a82602a263d699767ba7463b1588) Added sortedcontainers to Algorithms section ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description [SortedContainers](http://www.grantjenks.com/docs/sortedcontainers/) is a fast, pure-Python implementation of SortedList, SortedDict and SortedSet types. The package includes complete documentation, 100% code coverage with days of stress testing, and [extensive benchmarks](http://www.grantjenks.com/docs/sortedcontainers/performance.html). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 12:32:54 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#414