Relative Content

Tag Archive for pythonc++setruntime

Python set is faster than cpp set

Working with cpp std::unordered_set, I noticed running time is much longer than I expected. Comparing it to Python brings those suprising results: