logoalt Hacker News

mhuffmanyesterday at 12:51 PM2 repliesview on HN

They were likely the ones that invented the phrase.


Replies

mort96yesterday at 1:51 PM

Really? But the whole idea behind the space/time trade-off is that in a bunch of cases, if you want to compute something in less memory, you need to solve it in more steps; or if you want to solve something in fewer steps, you need to use more memory.

This seems to wildly contradict the idea that the amount of memory needed is roughly proportional to the number of steps.

show 2 replies
taneqyesterday at 1:43 PM

I'm not convinced of that if they thought that s=O(t/log(t)) where s=space (bytes or similar) and t=time (clocks, steps, etc.) I dunno about theoretical limits but in practice, there's at least 1-2 orders of magnitude to be exchanged between space and processing time.

show 1 reply