Local-Find PerformanceΒΆ

The tests measure the performance of sets and dicts with integer keys. The following implementation are compared:

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 _set_find_local.py for the source).

The following figure shows the performance of all the implementations:

_images/IntSetFindLocalAll.png

The following figure shows the performance of all implementations with similar performance:

_images/IntSetFindLocalAllNoBList.png

This Page