From d9ee92691840909ab6b60f4ba77634f53855e494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=B8egh?= Date: Tue, 14 Nov 2017 19:49:32 +0100 Subject: [PATCH] Add performance section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index df767e7..0a05d4e 100644 --- a/README.md +++ b/README.md @@ -36,4 +36,8 @@ bins = sum_cycles(cycles, range_intervals, mean_intervals) # Sums the cycles in figure() bar([1:length(bins)],squeeze(bins,2),0.75) ``` + +## Performance note +The algorithem and functions has been tested on data set of 1e8 numbers, and the sorting and sum the cycles into bins can be performed in less than 20s on a laptop. + Don't hesitate to file an issue or pull-request to improve the package.