Letter P

python-orderedset - Ordered set implementation in Cython

Website: https://github.com/simonpercivall/orderedset
License: BSD
Vendor: Alcance Libre, Inc.
Description:
This package contains 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.6 through 3.4.;
- Supports the full set interface;
- Supports some list methods, like index and __getitem__.
- Supports set methods against iterables.

Packages

python-orderedset-2.0-7.fc14.al.src [23 KiB] Changelog by Joel Barrios (2020-06-08):
- Rebuild with Python 3.6.

Listing created by Repoview-0.6.6-6.fc14.al