blist
Replacement for Python lists with better performance
Replacement for Python lists with better performance
To install this package, run one of the following:
Blist is a drop-in replacement for the Python list that provides better performance for large lists and virtually identical performance for small lists. The blist uses a flexible, hybrid array/tree structure to minimize the number of items in memory that are moved. The blist package also provides sortedlist, sortedset, weaksortedlist, weaksortedset, sorteddict, and btuple.
Summary
Replacement for Python lists with better performance
Last Updated
May 16, 2020 at 21:46
License
BSD
GitHub Repository
https://github.com/DanielStutzbach/blistDocumentation
http://stutzbachenterprises.com/blist/