Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/grantjenks/python-sortedcontainers

Python Sorted Container Types: Sorted List, Sorted Dict, and Sorted Set
https://github.com/grantjenks/python-sortedcontainers

error occur in SortedList

youhuiji opened this issue 14 days ago
DefaultSortedDict

asarkar opened this issue 3 months ago
Removed unnecessary variable initialization from discard method on so…

RScrusoe opened this pull request 3 months ago
HelloGitHub Badge

521xueweihan opened this issue 5 months ago
New PYPI release request

JohnLunzer opened this issue 6 months ago
sorted_dict.bisect_left on floating numbers wrong

govwin opened this issue 6 months ago
ValueError when discarding values with changing sort value

gboeer opened this issue 6 months ago
Discard behavior when iterating over SortedSet

gboeer opened this issue 6 months ago
OSS-Fuzz Integration

ennamarie19 opened this issue 7 months ago
Please release a new version

eike-fokken opened this issue 9 months ago
irange() when used with neg

oedokumaci opened this issue 9 months ago
Mention sortedcontainers-pydantic for Pydantic support

jayqi opened this issue 9 months ago
Added comments

Greeshmanth1 opened this pull request 10 months ago
Debugpy plugin to display collection content as a list/dict/set

ondrudav opened this issue 10 months ago
Mention type annotations in README

h4l opened this pull request 10 months ago
[Question] Better way to pick the N smallest values in SortedList

felipeinagaki opened this issue 10 months ago
Modifying Keys In-Place Causes KeyError in SortedDict

rhseung opened this issue 12 months ago
right pattern for get-or-add in sortedset/list/dict

BrannonKing opened this issue 12 months ago
Element not found in SortedList when 3 requirements are not violated

littleQiu22 opened this issue about 1 year ago
count() missing from SortedDict

h4l opened this issue about 1 year ago
SortedList

petrasvestartas opened this issue over 1 year ago
Problem with inheritance from SortedSet

puiseux opened this issue over 1 year ago
SortedList.remove() incorrectly raises ValueError

figura-equi opened this issue over 1 year ago
Documentation CI status badges are broken

smith558 opened this issue over 1 year ago
Improve performance: Switch segment tree to Fenwick Tree

981377660LMT opened this issue over 1 year ago
Different key-functions for sorting and comparing items in SortedSet

AndreiPashkin opened this issue over 1 year ago
Return NotImplemented for SortedSet.__and__

SimpleArt opened this issue almost 2 years ago
TypeError: '<' not supported between instances of 'int' and 'str'

timborden opened this issue almost 2 years ago
Add support for Python 3.11 and 3.12

hugovk opened this pull request almost 2 years ago
sdist is missing tox.ini

mtelka opened this issue almost 2 years ago
SortedSet.__contains__ incorrect runtime complexity?

stbneb opened this issue almost 2 years ago
[Question] irange() time complexity

Farzan-Hashmi opened this issue almost 2 years ago
Why does this code take 123 ms vs the excpected 12 ms?

layssi opened this issue about 2 years ago
Feature request: OrderedDict with peekitem

MischaPanch opened this issue about 2 years ago
Feature request: SortedDict irange_values()

GijsGroote opened this issue about 2 years ago
Requirements.txt lists requirements that are needed for tests only

lucventurini opened this issue about 2 years ago
Experiment with Cython optimizations

grantjenks opened this pull request about 2 years ago
pop does not work correctly!

likecodingloveproblems opened this issue about 2 years ago
Feature Proposal: Introduce Higher Level APIs like ceil / floor

Asayu123 opened this issue about 2 years ago
[WIP] Feat: Introduce Higher Level APIs like ceil / floor

Asayu123 opened this pull request about 2 years ago
docs: Update an example of DefaultSortedDict so that it works appropriately.

Asayu123 opened this pull request over 2 years ago
unpickling very slow

ChrisJefferson opened this issue over 2 years ago
SortedList.add complexity: O(log(n)) or O(n)?

Dmitrii-I opened this issue over 2 years ago
Remove support for EOL versions of CPython as well as PyPy2.7

jakob-keller opened this pull request over 2 years ago
Pin pylint development dependency

jakob-keller opened this pull request over 2 years ago
Towards version 3

jakob-keller opened this issue over 2 years ago
Make the intent of `SortedValuesViews` explicit for `SortedDict`

ismailmaj opened this pull request over 2 years ago
Add `get(key[, default])` method

cjwcommuny opened this issue over 2 years ago
SortedList.remove bug

GuoYuebo opened this issue over 2 years ago
feat: return index where item is added when calling SortedList.add()

MarrickLip opened this issue over 2 years ago
docs: Fix a few typos

timgates42 opened this pull request over 2 years ago
float index problem.

theoneisneo opened this issue over 2 years ago
2.4.0: sphinx warnings about `reference target not found`

kloczek opened this issue over 2 years ago
Will there be support for Python 3.8 and higher?

khuang0312 opened this issue almost 3 years ago
SortedDict O notation complexity of insert, delete, find

ndvbd opened this issue almost 3 years ago
Would it be possible to specify an attribute as the key to compare?

pengdlzn opened this issue almost 3 years ago
How can I conver SortedDict to py original Dict?

lxzatwowone1 opened this issue almost 3 years ago
Feature Request: Add `key` parameter to bisect_left and bisect_right

pmadhikar opened this issue almost 3 years ago
add GitHub URL for PyPi

andriyor opened this pull request almost 3 years ago
support Python >=3.8

bsamedi opened this pull request about 3 years ago
add SortedArray

bsamedi opened this pull request about 3 years ago
Feature request: support reverse=True

slymon99 opened this issue about 3 years ago
Feature request: update element key

kaber2 opened this issue about 3 years ago
Feature request: SortedDict Range Deletion

ThomasShaw1 opened this issue about 3 years ago
Update SortedDict example

tortarino opened this pull request over 3 years ago
Feature request: SortedList: add_left() + add_right()

alecov opened this issue over 3 years ago
Need Help For Competative Programming

UdayKiranPadhy opened this issue over 3 years ago
Sometimes SortedList.index throws ValueError when item is in list?

patrickkidd opened this issue over 3 years ago
Is there an implementation similar to Java PriorityQueue peak function?

hyserendipity opened this issue over 3 years ago
"lower_bound()" function same as that of C++ STL's "map" library

NabeelQaiser opened this issue over 3 years ago
Implement SortedDict methods: __or__, __ror__, and __ior__

grantjenks opened this pull request over 3 years ago
SortedDict by value instead of key

diwenshi61 opened this issue over 3 years ago
SortedDict |= incorrect behavior

bulaiden opened this issue over 3 years ago
Slow SortedDict.copy() and SortedDict.values()

atellier opened this issue almost 4 years ago
Wrong graphs.

bastiat opened this issue almost 4 years ago
One file library.

bastiat opened this issue almost 4 years ago
Time Complexity of SortedDict

anuraggupta29 opened this issue almost 4 years ago
SortedList methods don't apply to SortedKeysView, despite docs

pjz opened this issue almost 4 years ago
The performance of add method could be improved

qqwqert007 opened this issue about 4 years ago
Can not distinguish two different items with the same value

skypitcher opened this issue about 4 years ago
Any plan to get this into standard library?

bobfang1992 opened this issue about 4 years ago
Fix update() ordering to be more consistent with add() ordering

bamartin125 opened this pull request about 4 years ago
SortedList/SortedKeyList update/add insertion order inconsistency

bamartin125 opened this issue about 4 years ago
Basic Fundamentals Of Sorting Functions

YuvrajSHAD opened this pull request over 4 years ago
Type hints support for mypy usage...

Felix-neko opened this issue over 4 years ago
Dependency validation with GitHub action

grantjenks opened this issue over 4 years ago
Is SortedDict's values sorted as its corresponding key?

whfuyn opened this issue over 4 years ago
Add GitHub actions workflow for integration

grantjenks opened this pull request over 4 years ago
Use chain.from_iterable in sortedset.py

cool-RR opened this pull request over 4 years ago
ValueSortedDict

gbtami opened this issue over 4 years ago
Improve CI with GitHub Actions and Wheels

grantjenks opened this issue over 4 years ago
can the sort be descending ordering

lfjbb opened this issue over 4 years ago
Reference cycles (zombis objects) in SortedDict

pivosan97 opened this issue over 4 years ago
What about dictionaries sorted by value?

matteodellamico opened this issue over 4 years ago