CMD + K

oset

Community

Set that remembers original insertion order

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::oset

Usage Tracking

0.1.3
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

Set that remembers original insertion order. Implementation based on a doubly linked link and an internal dictionary. This design gives OrderedSet the same big-Oh running times as regular sets including O(1) adds, removes, and lookups as well as O(n) iteration.

About

Summary

Set that remembers original insertion order

Last Updated

Aug 21, 2017 at 15:40

License

PSF

Supported Platforms

linux-64
win-32
noarch
macOS-64
win-64