This repository was archived by the owner on Apr 2, 2026. It is now read-only.
2023.6.dev6 - constant memory footprint
Pre-release
Pre-release
New:
Config.DISABLE_TQDM: A boolean switch to silence tqdm.Table.savenow defaults to zipfile.ZIP_DEFLATED, compression_level=1 as this is only 10% slower, yet saves 80% disk space.Column.iter_by_page: An iterator for traversing data by page.- module
reindeximplements a constant memory method for re-indexing tasks which now is used by Lookup, Join, Sort and Filter. - Benchmarks have been updated