Skip to content

Make phase 3 of word_list_find_intersection() optional

With the skip phase 3 optimization:

**************************************
* PERFORMANCE TESTS RESULTS          *
*                                    *
* Combined runtime: 0.790712 seconds *
* Average runtime:  0.071883 seconds *
**************************************

Without the skip phase 3 optimization:

**************************************
* PERFORMANCE TESTS RESULTS          *
*                                    *
* Combined runtime: 0.952440 seconds *
* Average runtime:  0.086585 seconds *
**************************************

Merge request reports

Loading