Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    llist 0.3

    Download button

    No screenshots available
    Downloads: 129  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Adam Jakubek and Rafal Galczynski | More programs
    MIT/X Consortium Lic... / FREE
    January 24th, 2012, 17:48 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    llist description

    Linked list data structures for Python

    llist is a CPython extension module for 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.6 or newer. Python 3.x is not 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

    Full documentation of these classes is available at: http://packages.python.org/llist/

    To install this package, either run "pip install llist", or download it manually from http://pypi.python.org/pypi then unpack the sources and compile them with "python setup.py install".

    The most current development version is available at: https://github.com/ajakubek/python-llist/

    Bugs can be reported at: https://github.com/ajakubek/python-llist/issues


    Product's homepage

    Requirements:

    · Python

      


    TAGS:

    linked list | data structures | Python | linked | list

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM