Anyway, done some new experiment, the results of which you can see here:
![[Image: number_of_sorted_elements_logarithm.png]](https://github.com/FlatAssembler/ArithmeticExpressionCompiler/raw/master/QuickSort/TestResults/number_of_sorted_elements_logarithm.png)
C++ represents the C++ "sort" function, while "C" represents my naive implementation of QuickSort in C.
![[Image: number_of_sorted_elements_logarithm.png]](https://github.com/FlatAssembler/ArithmeticExpressionCompiler/raw/master/QuickSort/TestResults/number_of_sorted_elements_logarithm.png)
C++ represents the C++ "sort" function, while "C" represents my naive implementation of QuickSort in C.