Hacker News new | ask | show | jobs
by crashocaster 1974 days ago
For some large n, integers in the algorithm may be so large that operations on them cease to be constant time.
1 comments

that is obvious. But how does it change big O? (why any manual implementation would have a better big O compared to existing arithmetics implementation in CPython?)
I think he meant that naively implementing an algorithm may not be bounded by the O notation he/she originally wanted due to code calling other functions “hidden” from the programmer.