![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
pyllist is a Python module providing basic linked list data structures. Collections implemented in the pyllist 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 faster than collections.deque or standard Python lists.
This extension requires Python 2.x or 3.x. It should work with any implementation (tested with CPython and PyPy). Note however, that for CPython there is a much faster C extension module with the same API at http://github.com/ajakubek/python-llist/
Currently pyllist provides the following types of linked lists:
Full documentation of these classes is available at: http://packages.python.org/pyllist/
To install this package, either run "pip install pyllist", 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/rgsoda/pypy-llist/
Bugs can be reported at: https://github.com/rgsoda/pypy-llist/issues
This software is distributed under the MIT license. Please see the LICENSE file included in the package for details.
FAQs
Linked list data structures (in pure Python)
We found that pyllist demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.