You need to choose between two algorithms for your application. Algorithm A has a time complexity of O(n log n) but is known to be difficult to implement efficiently. Algorithm B has a time complexity of O(n^2) but is straightforward to implement and likely to have lower constant factors. Which of the following factors is LEAST important in deciding which algorithm to choose?