diff --git a/docs/compare.md b/docs/compare.md index 5bd860f5..57687219 100644 --- a/docs/compare.md +++ b/docs/compare.md @@ -180,6 +180,8 @@ to get: ## Performance No rigorous benchmarking has yet been performed, but preliminary testing yields reasonable performance and memory usage. + Running a comparison of two 40MB CSV files, each a table of 100,000 rows with 61 columns, containing approximately 60,000 differences, took about 5.8 seconds and used a maximum about 1.8MB of RAM on a 2019 MBA. + The same test with sorting used significantly more memory (up to ~40MB) and took about 8 seconds to complete.