You are here: Home / LBN / Up2date / Plone and Zope / BastionLinux 19 / python-llist-0.4-1.lbn19.x86_64

python-llist-0.4-1.lbn19.x86_64

Package Attributes
RPM  python-llist-0.4-1.lbn19.x86_64.rpm Architecture  x86_64 Size  43485 Created  2019/09/30 06:56:45 UTC
Package Specification
Summary Linked list data structures for Python
Group Application/Internet
License MIT
Home Page http://pypi.python.org
Description

llist is an extension module for CPython providing basic linked list data structures. Collections implemented in the llist module perform well in problems which rely on fast insertions and/or deletions of elements in the middle of a sequence. For this kind of workload, they can be significantly faster than collections.deque or standard Python lists.

This extension requires CPython 2.5 or newer (3.x is supported). If you are looking for an implementation of linked lists in pure Python, visit http://github.com/rgsoda/pypy-llist/ The pypy-llist module has the same API as this extension, but is significantly slower in CPython.

Currently llist provides the following types of linked lists:

dllist - a doubly linked list sllist - a singly linked list

Requires
python-setuptools  
rpmlib(PayloadFilesHavePrefix)  
rpmlib(CompressedFileNames)  
/bin/sh  
rpmlib(PayloadIsXz)  
rpmlib(FileDigests)  
Provides
llist.so()(64bit)
python-llist
python-llist(x86-64)

Document Actions