Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python-orderedset - Ordered set implementation in Cython
- 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-2.el7.fc25.src
[21 KiB] |
Changelog
by Fedora Release Engineering (2016-07-19):
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|