Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
Summary: Review Request: python-blist - A faster list implementation for Python
https://bugzilla.redhat.com/show_bug.cgi?id=528288
Summary: Review Request: python-blist - A faster list implementation for Python Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: medium Component: Package Review AssignedTo: nobody@fedoraproject.org ReportedBy: michael.silvanus@gmail.com QAContact: extras-qa@fedoraproject.org CC: notting@redhat.com, fedora-package-review@redhat.com Estimated Hours: 0.0 Classification: Fedora
Spec URL: http://salimma.fedorapeople.org/specs/python/python-blist.spec SRPM URL: http://salimma.fedorapeople.org/specs/python/python-blist-1.0.1-1.fc12.src.r... Description:
The BList is a type that looks, acts, and quacks like a Python list, but has better performance for for modifying large lists.
For small lists (fewer than 128 elements), BLists and the built-in list have very similar performance, although BLists are memory inefficient if you need to create a larger number of small lists.