Expand description
ETL data collector.
This crate is useful for dumping unsorted data into temporary files and iterating on their sorted representation later on.
This has multiple uses, such as optimizing database inserts (for Btree based databases) and memory management (as it moves the buffer to disk instead of memory).