Skip to content

Commit

Permalink
Add performance section
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoegh authored Nov 14, 2017
1 parent f877d97 commit d9ee926
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit d9ee926

Please sign in to comment.