Insert-Rank 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 inserting integers one by one into a set and, and finding the rank of the inserted integer in the set after each insertion, as a function of the number of integers (see _set_insert_rank.py for the source).

The following figure shows the performance of all the implementations:

_images/IntSetInsertRankAllWithRankUpdatorHuge.png

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

IntSetInsertRankAllNoBListBTreesWithRankUpdatorHuge.png

This Page