Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Python Sorted Containers
Sorted Containers is an Apache2 licensed sorted collections library, written in pure-Python, and fast as C-extensions.
Collective -
Host: opensource -
https://opencollective.com/python-sortedcontainers
- Website: https://www.grantjenks.com/docs/sortedcontainers/
- Code: https://github.com/grantjenks/python-sortedcontainers
DefaultSortedDict
github.com/grantjenks/python-sortedcontainers - asarkar opened this issue 2 months ago
github.com/grantjenks/python-sortedcontainers - asarkar opened this issue 2 months ago
Removed unnecessary variable initialization from discard method on so…
github.com/grantjenks/python-sortedcontainers - RScrusoe opened this pull request 3 months ago
github.com/grantjenks/python-sortedcontainers - RScrusoe opened this pull request 3 months ago
HelloGitHub Badge
github.com/grantjenks/python-sortedcontainers - 521xueweihan opened this issue 4 months ago
github.com/grantjenks/python-sortedcontainers - 521xueweihan opened this issue 4 months ago
New PYPI release request
github.com/grantjenks/python-sortedcontainers - JohnLunzer opened this issue 5 months ago
github.com/grantjenks/python-sortedcontainers - JohnLunzer opened this issue 5 months ago
sorted_dict.bisect_left on floating numbers wrong
github.com/grantjenks/python-sortedcontainers - govwin opened this issue 6 months ago
github.com/grantjenks/python-sortedcontainers - govwin opened this issue 6 months ago
ValueError when discarding values with changing sort value
github.com/grantjenks/python-sortedcontainers - gboeer opened this issue 6 months ago
github.com/grantjenks/python-sortedcontainers - gboeer opened this issue 6 months ago
Discard behavior when iterating over SortedSet
github.com/grantjenks/python-sortedcontainers - gboeer opened this issue 6 months ago
github.com/grantjenks/python-sortedcontainers - gboeer opened this issue 6 months ago
OSS-Fuzz Integration
github.com/grantjenks/python-sortedcontainers - ennamarie19 opened this issue 7 months ago
github.com/grantjenks/python-sortedcontainers - ennamarie19 opened this issue 7 months ago
Please release a new version
github.com/grantjenks/python-sortedcontainers - eike-fokken opened this issue 8 months ago
github.com/grantjenks/python-sortedcontainers - eike-fokken opened this issue 8 months ago
irange() when used with neg
github.com/grantjenks/python-sortedcontainers - oedokumaci opened this issue 9 months ago
github.com/grantjenks/python-sortedcontainers - oedokumaci opened this issue 9 months ago
Mention sortedcontainers-pydantic for Pydantic support
github.com/grantjenks/python-sortedcontainers - jayqi opened this issue 9 months ago
github.com/grantjenks/python-sortedcontainers - jayqi opened this issue 9 months ago
Added comments
github.com/grantjenks/python-sortedcontainers - Greeshmanth1 opened this pull request 10 months ago
github.com/grantjenks/python-sortedcontainers - Greeshmanth1 opened this pull request 10 months ago
Debugpy plugin to display collection content as a list/dict/set
github.com/grantjenks/python-sortedcontainers - ondrudav opened this issue 10 months ago
github.com/grantjenks/python-sortedcontainers - ondrudav opened this issue 10 months ago
Mention type annotations in README
github.com/grantjenks/python-sortedcontainers - h4l opened this pull request 10 months ago
github.com/grantjenks/python-sortedcontainers - h4l opened this pull request 10 months ago
[Question] Better way to pick the N smallest values in SortedList
github.com/grantjenks/python-sortedcontainers - felipeinagaki opened this issue 10 months ago
github.com/grantjenks/python-sortedcontainers - felipeinagaki opened this issue 10 months ago
Modifying Keys In-Place Causes KeyError in SortedDict
github.com/grantjenks/python-sortedcontainers - rhseung opened this issue 11 months ago
github.com/grantjenks/python-sortedcontainers - rhseung opened this issue 11 months ago
right pattern for get-or-add in sortedset/list/dict
github.com/grantjenks/python-sortedcontainers - BrannonKing opened this issue 12 months ago
github.com/grantjenks/python-sortedcontainers - BrannonKing opened this issue 12 months ago
Element not found in SortedList when 3 requirements are not violated
github.com/grantjenks/python-sortedcontainers - littleQiu22 opened this issue about 1 year ago
github.com/grantjenks/python-sortedcontainers - littleQiu22 opened this issue about 1 year ago
count() missing from SortedDict
github.com/grantjenks/python-sortedcontainers - h4l opened this issue about 1 year ago
github.com/grantjenks/python-sortedcontainers - h4l opened this issue about 1 year ago
SortedList
github.com/grantjenks/python-sortedcontainers - petrasvestartas opened this issue about 1 year ago
github.com/grantjenks/python-sortedcontainers - petrasvestartas opened this issue about 1 year ago
Problem with inheritance from SortedSet
github.com/grantjenks/python-sortedcontainers - puiseux opened this issue over 1 year ago
github.com/grantjenks/python-sortedcontainers - puiseux opened this issue over 1 year ago
SortedList.remove() incorrectly raises ValueError
github.com/grantjenks/python-sortedcontainers - figura-equi opened this issue over 1 year ago
github.com/grantjenks/python-sortedcontainers - figura-equi opened this issue over 1 year ago
Documentation CI status badges are broken
github.com/grantjenks/python-sortedcontainers - smith558 opened this issue over 1 year ago
github.com/grantjenks/python-sortedcontainers - smith558 opened this issue over 1 year ago
Improve performance: Switch segment tree to Fenwick Tree
github.com/grantjenks/python-sortedcontainers - 981377660LMT opened this issue over 1 year ago
github.com/grantjenks/python-sortedcontainers - 981377660LMT opened this issue over 1 year ago
Different key-functions for sorting and comparing items in SortedSet
github.com/grantjenks/python-sortedcontainers - AndreiPashkin opened this issue over 1 year ago
github.com/grantjenks/python-sortedcontainers - AndreiPashkin opened this issue over 1 year ago
Return NotImplemented for SortedSet.__and__
github.com/grantjenks/python-sortedcontainers - SimpleArt opened this issue almost 2 years ago
github.com/grantjenks/python-sortedcontainers - SimpleArt opened this issue almost 2 years ago
TypeError: '<' not supported between instances of 'int' and 'str'
github.com/grantjenks/python-sortedcontainers - timborden opened this issue almost 2 years ago
github.com/grantjenks/python-sortedcontainers - timborden opened this issue almost 2 years ago
Add support for Python 3.11 and 3.12
github.com/grantjenks/python-sortedcontainers - hugovk opened this pull request almost 2 years ago
github.com/grantjenks/python-sortedcontainers - hugovk opened this pull request almost 2 years ago
sdist is missing tox.ini
github.com/grantjenks/python-sortedcontainers - mtelka opened this issue almost 2 years ago
github.com/grantjenks/python-sortedcontainers - mtelka opened this issue almost 2 years ago
SortedSet.__contains__ incorrect runtime complexity?
github.com/grantjenks/python-sortedcontainers - stbneb opened this issue almost 2 years ago
github.com/grantjenks/python-sortedcontainers - stbneb opened this issue almost 2 years ago
[Question] irange() time complexity
github.com/grantjenks/python-sortedcontainers - Farzan-Hashmi opened this issue almost 2 years ago
github.com/grantjenks/python-sortedcontainers - Farzan-Hashmi opened this issue almost 2 years ago
Why does this code take 123 ms vs the excpected 12 ms?
github.com/grantjenks/python-sortedcontainers - layssi opened this issue about 2 years ago
github.com/grantjenks/python-sortedcontainers - layssi opened this issue about 2 years ago
Feature request: OrderedDict with peekitem
github.com/grantjenks/python-sortedcontainers - MischaPanch opened this issue about 2 years ago
github.com/grantjenks/python-sortedcontainers - MischaPanch opened this issue about 2 years ago
Feature request: SortedDict irange_values()
github.com/grantjenks/python-sortedcontainers - GijsGroote opened this issue about 2 years ago
github.com/grantjenks/python-sortedcontainers - GijsGroote opened this issue about 2 years ago
Requirements.txt lists requirements that are needed for tests only
github.com/grantjenks/python-sortedcontainers - lucventurini opened this issue about 2 years ago
github.com/grantjenks/python-sortedcontainers - lucventurini opened this issue about 2 years ago
Experiment with Cython optimizations
github.com/grantjenks/python-sortedcontainers - grantjenks opened this pull request about 2 years ago
github.com/grantjenks/python-sortedcontainers - grantjenks opened this pull request about 2 years ago
pop does not work correctly!
github.com/grantjenks/python-sortedcontainers - likecodingloveproblems opened this issue about 2 years ago
github.com/grantjenks/python-sortedcontainers - likecodingloveproblems opened this issue about 2 years ago
Feature Proposal: Introduce Higher Level APIs like ceil / floor
github.com/grantjenks/python-sortedcontainers - Asayu123 opened this issue about 2 years ago
github.com/grantjenks/python-sortedcontainers - Asayu123 opened this issue about 2 years ago
[WIP] Feat: Introduce Higher Level APIs like ceil / floor
github.com/grantjenks/python-sortedcontainers - Asayu123 opened this pull request about 2 years ago
github.com/grantjenks/python-sortedcontainers - Asayu123 opened this pull request about 2 years ago
docs: Update an example of DefaultSortedDict so that it works appropriately.
github.com/grantjenks/python-sortedcontainers - Asayu123 opened this pull request about 2 years ago
github.com/grantjenks/python-sortedcontainers - Asayu123 opened this pull request about 2 years ago
Feature request: parameterize SortedList used in SortedDict through inheritance
github.com/grantjenks/python-sortedcontainers - Serpens66 opened this issue over 2 years ago
github.com/grantjenks/python-sortedcontainers - Serpens66 opened this issue over 2 years ago
unpickling very slow
github.com/grantjenks/python-sortedcontainers - ChrisJefferson opened this issue over 2 years ago
github.com/grantjenks/python-sortedcontainers - ChrisJefferson opened this issue over 2 years ago
SortedList.add complexity: O(log(n)) or O(n)?
github.com/grantjenks/python-sortedcontainers - Dmitrii-I opened this issue over 2 years ago
github.com/grantjenks/python-sortedcontainers - Dmitrii-I opened this issue over 2 years ago
Remove support for EOL versions of CPython as well as PyPy2.7
github.com/grantjenks/python-sortedcontainers - jakob-keller opened this pull request over 2 years ago
github.com/grantjenks/python-sortedcontainers - jakob-keller opened this pull request over 2 years ago
Pin pylint development dependency
github.com/grantjenks/python-sortedcontainers - jakob-keller opened this pull request over 2 years ago
github.com/grantjenks/python-sortedcontainers - jakob-keller opened this pull request over 2 years ago
Towards version 3
github.com/grantjenks/python-sortedcontainers - jakob-keller opened this issue over 2 years ago
github.com/grantjenks/python-sortedcontainers - jakob-keller opened this issue over 2 years ago
Make the intent of `SortedValuesViews` explicit for `SortedDict`
github.com/grantjenks/python-sortedcontainers - ismailmaj opened this pull request over 2 years ago
github.com/grantjenks/python-sortedcontainers - ismailmaj opened this pull request over 2 years ago
Add `get(key[, default])` method
github.com/grantjenks/python-sortedcontainers - cjwcommuny opened this issue over 2 years ago
github.com/grantjenks/python-sortedcontainers - cjwcommuny opened this issue over 2 years ago
SortedList.remove bug
github.com/grantjenks/python-sortedcontainers - GuoYuebo opened this issue over 2 years ago
github.com/grantjenks/python-sortedcontainers - GuoYuebo opened this issue over 2 years ago
feat: return index where item is added when calling SortedList.add()
github.com/grantjenks/python-sortedcontainers - MarrickLip opened this issue over 2 years ago
github.com/grantjenks/python-sortedcontainers - MarrickLip opened this issue over 2 years ago
docs: Fix a few typos
github.com/grantjenks/python-sortedcontainers - timgates42 opened this pull request over 2 years ago
github.com/grantjenks/python-sortedcontainers - timgates42 opened this pull request over 2 years ago
SortedList with integers add char with error, but char added. (Don't know how to reproduce.)
github.com/grantjenks/python-sortedcontainers - theoneisneo opened this issue over 2 years ago
github.com/grantjenks/python-sortedcontainers - theoneisneo opened this issue over 2 years ago
float index problem.
github.com/grantjenks/python-sortedcontainers - theoneisneo opened this issue over 2 years ago
github.com/grantjenks/python-sortedcontainers - theoneisneo opened this issue over 2 years ago
2.4.0: sphinx warnings about `reference target not found`
github.com/grantjenks/python-sortedcontainers - kloczek opened this issue over 2 years ago
github.com/grantjenks/python-sortedcontainers - kloczek opened this issue over 2 years ago
Will there be support for Python 3.8 and higher?
github.com/grantjenks/python-sortedcontainers - khuang0312 opened this issue over 2 years ago
github.com/grantjenks/python-sortedcontainers - khuang0312 opened this issue over 2 years ago
SortedDict O notation complexity of insert, delete, find
github.com/grantjenks/python-sortedcontainers - ndvbd opened this issue almost 3 years ago
github.com/grantjenks/python-sortedcontainers - ndvbd opened this issue almost 3 years ago
Would it be possible to specify an attribute as the key to compare?
github.com/grantjenks/python-sortedcontainers - pengdlzn opened this issue almost 3 years ago
github.com/grantjenks/python-sortedcontainers - pengdlzn opened this issue almost 3 years ago
How can I conver SortedDict to py original Dict?
github.com/grantjenks/python-sortedcontainers - lxzatwowone1 opened this issue almost 3 years ago
github.com/grantjenks/python-sortedcontainers - lxzatwowone1 opened this issue almost 3 years ago
Feature Request: Add `key` parameter to bisect_left and bisect_right
github.com/grantjenks/python-sortedcontainers - pmadhikar opened this issue almost 3 years ago
github.com/grantjenks/python-sortedcontainers - pmadhikar opened this issue almost 3 years ago
add GitHub URL for PyPi
github.com/grantjenks/python-sortedcontainers - andriyor opened this pull request almost 3 years ago
github.com/grantjenks/python-sortedcontainers - andriyor opened this pull request almost 3 years ago
support Python >=3.8
github.com/grantjenks/python-sortedcontainers - bsamedi opened this pull request almost 3 years ago
github.com/grantjenks/python-sortedcontainers - bsamedi opened this pull request almost 3 years ago
add SortedArray
github.com/grantjenks/python-sortedcontainers - bsamedi opened this pull request almost 3 years ago
github.com/grantjenks/python-sortedcontainers - bsamedi opened this pull request almost 3 years ago
Feature request: support reverse=True
github.com/grantjenks/python-sortedcontainers - slymon99 opened this issue about 3 years ago
github.com/grantjenks/python-sortedcontainers - slymon99 opened this issue about 3 years ago
Feature request: update element key
github.com/grantjenks/python-sortedcontainers - kaber2 opened this issue about 3 years ago
github.com/grantjenks/python-sortedcontainers - kaber2 opened this issue about 3 years ago
Feature request: SortedDict Range Deletion
github.com/grantjenks/python-sortedcontainers - ThomasShaw1 opened this issue about 3 years ago
github.com/grantjenks/python-sortedcontainers - ThomasShaw1 opened this issue about 3 years ago
Update SortedDict example
github.com/grantjenks/python-sortedcontainers - tortarino opened this pull request about 3 years ago
github.com/grantjenks/python-sortedcontainers - tortarino opened this pull request about 3 years ago
Feature request: SortedList: add_left() + add_right()
github.com/grantjenks/python-sortedcontainers - alecov opened this issue over 3 years ago
github.com/grantjenks/python-sortedcontainers - alecov opened this issue over 3 years ago
What's the underlying Data Structure or Algorithm of these implementation?
github.com/grantjenks/python-sortedcontainers - idontknoooo opened this issue over 3 years ago
github.com/grantjenks/python-sortedcontainers - idontknoooo opened this issue over 3 years ago
Need Help For Competative Programming
github.com/grantjenks/python-sortedcontainers - UdayKiranPadhy opened this issue over 3 years ago
github.com/grantjenks/python-sortedcontainers - UdayKiranPadhy opened this issue over 3 years ago
Sometimes SortedList.index throws ValueError when item is in list?
github.com/grantjenks/python-sortedcontainers - patrickkidd opened this issue over 3 years ago
github.com/grantjenks/python-sortedcontainers - patrickkidd opened this issue over 3 years ago
SortedSet: Are changing comparison keys allowed if they maintain their relative position?
github.com/grantjenks/python-sortedcontainers - Daniel-Abrecht opened this issue over 3 years ago
github.com/grantjenks/python-sortedcontainers - Daniel-Abrecht opened this issue over 3 years ago
Is there an implementation similar to Java PriorityQueue peak function?
github.com/grantjenks/python-sortedcontainers - hyserendipity opened this issue over 3 years ago
github.com/grantjenks/python-sortedcontainers - hyserendipity opened this issue over 3 years ago
"lower_bound()" function same as that of C++ STL's "map" library
github.com/grantjenks/python-sortedcontainers - NabeelQaiser opened this issue over 3 years ago
github.com/grantjenks/python-sortedcontainers - NabeelQaiser opened this issue over 3 years ago
Implement SortedDict methods: __or__, __ror__, and __ior__
github.com/grantjenks/python-sortedcontainers - grantjenks opened this pull request over 3 years ago
github.com/grantjenks/python-sortedcontainers - grantjenks opened this pull request over 3 years ago
SortedDict by value instead of key
github.com/grantjenks/python-sortedcontainers - diwenshi61 opened this issue over 3 years ago
github.com/grantjenks/python-sortedcontainers - diwenshi61 opened this issue over 3 years ago
SortedDict |= incorrect behavior
github.com/grantjenks/python-sortedcontainers - bulaiden opened this issue over 3 years ago
github.com/grantjenks/python-sortedcontainers - bulaiden opened this issue over 3 years ago
How to copy, view, deleted all elements of a sortedDict with keys smaller than a certain k
github.com/grantjenks/python-sortedcontainers - yguel opened this issue over 3 years ago
github.com/grantjenks/python-sortedcontainers - yguel opened this issue over 3 years ago
Slow SortedDict.copy() and SortedDict.values()
github.com/grantjenks/python-sortedcontainers - atellier opened this issue over 3 years ago
github.com/grantjenks/python-sortedcontainers - atellier opened this issue over 3 years ago
Wrong graphs.
github.com/grantjenks/python-sortedcontainers - bastiat opened this issue almost 4 years ago
github.com/grantjenks/python-sortedcontainers - bastiat opened this issue almost 4 years ago
One file library.
github.com/grantjenks/python-sortedcontainers - bastiat opened this issue almost 4 years ago
github.com/grantjenks/python-sortedcontainers - bastiat opened this issue almost 4 years ago
Time Complexity of SortedDict
github.com/grantjenks/python-sortedcontainers - anuraggupta29 opened this issue almost 4 years ago
github.com/grantjenks/python-sortedcontainers - anuraggupta29 opened this issue almost 4 years ago
SortedList methods don't apply to SortedKeysView, despite docs
github.com/grantjenks/python-sortedcontainers - pjz opened this issue almost 4 years ago
github.com/grantjenks/python-sortedcontainers - pjz opened this issue almost 4 years ago
The performance of add method could be improved
github.com/grantjenks/python-sortedcontainers - qqwqert007 opened this issue almost 4 years ago
github.com/grantjenks/python-sortedcontainers - qqwqert007 opened this issue almost 4 years ago
Can not distinguish two different items with the same value
github.com/grantjenks/python-sortedcontainers - skypitcher opened this issue about 4 years ago
github.com/grantjenks/python-sortedcontainers - skypitcher opened this issue about 4 years ago
Any plan to get this into standard library?
github.com/grantjenks/python-sortedcontainers - bobfang1992 opened this issue about 4 years ago
github.com/grantjenks/python-sortedcontainers - bobfang1992 opened this issue about 4 years ago
Fix update() ordering to be more consistent with add() ordering
github.com/grantjenks/python-sortedcontainers - bamartin125 opened this pull request about 4 years ago
github.com/grantjenks/python-sortedcontainers - bamartin125 opened this pull request about 4 years ago
SortedList/SortedKeyList update/add insertion order inconsistency
github.com/grantjenks/python-sortedcontainers - bamartin125 opened this issue about 4 years ago
github.com/grantjenks/python-sortedcontainers - bamartin125 opened this issue about 4 years ago
Basic Fundamentals Of Sorting Functions
github.com/grantjenks/python-sortedcontainers - YuvrajSHAD opened this pull request about 4 years ago
github.com/grantjenks/python-sortedcontainers - YuvrajSHAD opened this pull request about 4 years ago
SortedSet no longer valid basis for Series or DataFrame in Pandas >= 1.1
github.com/grantjenks/python-sortedcontainers - venaturum opened this issue over 4 years ago
github.com/grantjenks/python-sortedcontainers - venaturum opened this issue over 4 years ago
Type hints support for mypy usage...
github.com/grantjenks/python-sortedcontainers - Felix-neko opened this issue over 4 years ago
github.com/grantjenks/python-sortedcontainers - Felix-neko opened this issue over 4 years ago
Dependency validation with GitHub action
github.com/grantjenks/python-sortedcontainers - grantjenks opened this issue over 4 years ago
github.com/grantjenks/python-sortedcontainers - grantjenks opened this issue over 4 years ago
Is SortedDict's values sorted as its corresponding key?
github.com/grantjenks/python-sortedcontainers - whfuyn opened this issue over 4 years ago
github.com/grantjenks/python-sortedcontainers - whfuyn opened this issue over 4 years ago
Add GitHub actions workflow for integration
github.com/grantjenks/python-sortedcontainers - grantjenks opened this pull request over 4 years ago
github.com/grantjenks/python-sortedcontainers - grantjenks opened this pull request over 4 years ago
Use chain.from_iterable in sortedset.py
github.com/grantjenks/python-sortedcontainers - cool-RR opened this pull request over 4 years ago
github.com/grantjenks/python-sortedcontainers - cool-RR opened this pull request over 4 years ago
ValueSortedDict
github.com/grantjenks/python-sortedcontainers - gbtami opened this issue over 4 years ago
github.com/grantjenks/python-sortedcontainers - gbtami opened this issue over 4 years ago
Improve CI with GitHub Actions and Wheels
github.com/grantjenks/python-sortedcontainers - grantjenks opened this issue over 4 years ago
github.com/grantjenks/python-sortedcontainers - grantjenks opened this issue over 4 years ago
can the sort be descending ordering
github.com/grantjenks/python-sortedcontainers - lfjbb opened this issue over 4 years ago
github.com/grantjenks/python-sortedcontainers - lfjbb opened this issue over 4 years ago
Reference cycles (zombis objects) in SortedDict
github.com/grantjenks/python-sortedcontainers - pivosan97 opened this issue over 4 years ago
github.com/grantjenks/python-sortedcontainers - pivosan97 opened this issue over 4 years ago
What about dictionaries sorted by value?
github.com/grantjenks/python-sortedcontainers - matteodellamico opened this issue over 4 years ago
github.com/grantjenks/python-sortedcontainers - matteodellamico opened this issue over 4 years ago
sorting positive numbers from list
github.com/grantjenks/python-sortedcontainers - Aaliya3032 opened this issue over 4 years ago
github.com/grantjenks/python-sortedcontainers - Aaliya3032 opened this issue over 4 years ago