====================== Local-Find Performance ====================== .. include:: performance_compared.txt The following figures show the running time of finding integers such that first one integer is found repeatedly, then the next one, and so forth, as a function of the number of integers (see :download:`_set_find_local.py` for the source). The following figure shows the performance of all the implementations: .. figure:: IntSetFindLocalAll.png The following figure shows the performance of all implementations with similar performance: .. figure:: IntSetFindLocalAllNoBList.png