A drop-in substitute for Py2.7's new collections.OrderedDict that works in Python 2.4-2.6.
Project description
Drop-in substitute for Py2.7’s new collections.OrderedDict. The recipe has big-oh performance that matches regular dictionaries (amortized O(1) insertion/deletion/lookup and O(n) iteration/repr/copy/equality_testing).
Originally based on http://code.activestate.com/recipes/576693/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ordereddict-1.1.tar.gz
(2.1 kB
view details)
File details
Details for the file ordereddict-1.1.tar.gz
.
File metadata
- Download URL: ordereddict-1.1.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c35b4ac206cef2d24816c89f89cf289dd3d38cf7c449bb3fab7bf6d43f01b1f |
|
MD5 | a0ed854ee442051b249bfad0f638bbec |
|
BLAKE2b-256 | 5325ef88e8e45db141faa9598fbf7ad0062df8f50f881a36ed6a0073e1572126 |