simple-data-analysis icon indicating copy to clipboard operation
simple-data-analysis copied to clipboard

noTest option with addItems

Open nshiab opened this issue 3 years ago • 2 comments

When you want to merge a lot of files (or SDA instances) together, SDA tests if all items have the same keys, which could be slow. If you don't need this test, it would be great to have an option to skip it.

nshiab avatar Oct 14 '22 16:10 nshiab

A better idea is maybe to specify the number of items to check and if we want to randomize the selection. 0 would mean no test.

nshiab avatar Oct 14 '22 19:10 nshiab

This could be available in the class, like verbose.

nshiab avatar Oct 24 '22 13:10 nshiab