I'm new to algorithm field and meet soft notations many times. I don't understand the usage of soft notations. According to the wikipedia,
'Essentially, it is big O notation, ignoring logarithmic factors because the growth-rate effects of some other super-logarithmic function indicate a growth-rate explosion for large-sized input parameters that is more important to predicting bad run-time performance than the finer-point effects contributed by the logarithmic-growth factor(s).' https://en.wikipedia.org/wiki/Big_O_notation#Extensions_to_the_Bachmann%E2%80%93Landau_notations
I don't really understand the usage of soft-O by it's definitions. Could someone give me an example that we have to use soft-O instead of big-O. Many thanks.