Name : python2-odict
| |
Version : 1.6.2
| Vendor : obs://build_opensuse_org/devel:languages:python
|
Release : 19.3
| Date : 2018-07-18 21:58:48
|
Group : Development/Languages/Python
| Source RPM : python-odict-1.6.2-19.3.src.rpm
|
Size : 0.08 MB
| |
Packager : (none)
| |
Summary : Ordered dictionary
|
Description :
Dictionary in which the *insertion* order of items is preserved (using an internal double linked list). In this implementation replacing an existing item keeps it at its original position.
Internal representation: values of the dict::
[pred_key, val, succ_key]
The sequence of elements uses as a double linked list. The ``links`` are dict keys. ``self.lh`` and ``self.lt`` are the keys of first and last element inseted in the odict. In a C reimplementation of this data structure, things can be simplified (and speed up) a lot if given a value you can at the same time find its key. With that, you can use normal C pointers.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/python/Absolute_Factory_DONOTUSE/noarch |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
python-odict
python2-odict
Requires :