python3-orderedset

Ordered Set implementation in Cython.

Description

An Ordered Set implementation in Cython.

Features:

 * Works like a regular set, but remembers insertion order;
 * Is approximately 5 times faster than the pure Python implementation overall
   (and 5 times slower than `set`);
 * Compatible with Python 2.7 through 3.8;
 * Supports the full set interface;
 * Supports some list methods, like `index` and `__getitem__`.
 * Supports set methods against iterables.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/simonpercivall/orderedset


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-orderedset