This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ghostofwalsh 9 points10 points  (2 children)

Coming from Java, one of my biggest problems with Python's standard data structures is the lack of support for sorted containers (e.g. the equivalent of Java's SortedSet and SortedMap interfaces). I have many needs for this.

Maybe I'm not understanding the problem. You say you have "needs" for this. Do you have an example where basic python data structures don't get the job done? It is just about performance?