ExternalList.py - large disk-based listsΒΆ

A list class that serves as a stand-in for python lists but stores data on the file system.

Implements not all functionality of lists yet. Lists are stored as tab-separated values for unix sort functionality, so all elements in the list should have the same type.

Previous topic

Database.py -

Next topic

ProgressBar.py -

This Page