[ bookworm ]
[ sid ]
软件包:python3-orderedset(2.0.3-1 以及其他的) [debports]
Ordered Set implementation in Cython.
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.
其他与 python3-orderedset 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.27)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
- dep: python3 (<< 3.12)
- dep: python3 (>= 3.11~)