Skip to main content

A Fork from LuminosoInsight/ordered-set, according to Pull requests #22 .

Project description

https://badge.fury.io/py/ordered-set-minghu6.svg

An OrderedSet is a custom MutableSet that remembers its order, so that every entry has an index that can be looked up.

Based on a recipe originally posted to ActiveState Recipes by Raymond Hettiger, and released under the MIT license:

http://code.activestate.com/recipes/576694-orderedset/

Rob Speer’s changes are as follows:

  • changed the content from a doubly-linked list to a regular Python list. Seriously, who wants O(1) deletes but O(N) lookups by index?

  • add() returns the index of the added item

  • index() just returns the index of an item

  • added a __getstate__ and __setstate__ so it can be pickled

  • added __getitem__

  • __getitem__ and index() can be passed lists or arrays, looking up all the elements in them to perform NumPy-like “fancy indexing”

minghu6’s changes are as follow:

  • restrict the OrderedSet operation object: only themselves. Because OrderededSet’s element consists of its index and value, Python set’s element only consists of its value, however. I have written a new class OrderedSetAdapter to adapt Python set.

  • writtern a new class OrderedSetAdapter

  • rewrittern some contradictory method from collections.MutableSet

Tested on Python 2.7, 3.3, 3.4, 3.5, 3.6, PyPy, and PyPy3.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ordered_set_minghu6-3.1.0-py3-none-any.whl (5.0 kB view details)

Uploaded Python 3

File details

Details for the file ordered_set_minghu6-3.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for ordered_set_minghu6-3.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 535fd0d2676528e750beb12d5ac03bcaea14fb5204148a79794f0fdb978d47be
MD5 873bd19547e125fc50c2851fc069cf33
BLAKE2b-256 00eae5c83329180e4ebef49d7f55c926f86b3cd4968b574b0108b97c1fb10b43

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page