CMD + K

blist

Community

Replacement for Python lists with better performance

Installation

To install this package, run one of the following:

Conda
$conda install rpix::blist

Usage Tracking

1.3.6
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

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.

About

Summary

Replacement for Python lists with better performance

Last Updated

May 16, 2020 at 21:46

License

BSD