Add performance section to readme

This commit is contained in:
2022-02-21 00:01:20 -06:00
parent 94b54b3416
commit a803336f56

View File

@@ -230,7 +230,7 @@ correct pairings and 18 incorrect pairings, for an accuracy of 99.652%.
The simulation time was 14'22". If intermediate results were held in memory, this would be equivalent to the total elapsed time.
Since this implementation of BiGpairSEQ writes intermediate results to improve the efficiency of *repeated* simulations,
Since this implementation of BiGpairSEQ writes intermediate results to disk (to improve the efficiency of *repeated* simulations),
the actual elapsed time was greater. File I/O time was not measured, but took slightly less time than the simulation itself.
Real elapsed time from start to finish was under 30 minutes.