Replace vector by unordered_map data structure in Matchmaker.
It allows to search for colliding coefficients much faster than using a simple vector which is getting extremely slow with the large number of coefficients.
Please register or sign in to comment