Hacker News new | ask | show | jobs
Blist: an asymptotically faster list-like type for Python (stutzbachenterprises.com)
3 points by drunkenfly 4452 days ago
The blist is a drop-in replacement for the Python list the provides better performance when modifying large lists. The blist package also provides sortedlist, sortedset, weaksortedlist, weaksortedset, sorteddict, and btuple types.