Comments by "Lawrence D’Oliveiro" (@lawrencedoliveiro9104) on "Mythical Man Month - Computerphile" video.
-
7
-
7
-
6
-
4
-
4
-
4
-
6:26 Not just an odd number, but a prime number: 7. One that cannot be evenly divided up into anything else!
Before byte addressability became de rigueur , computers had word lengths like 24 bits, 36 bits, 60 bits -- all numbers with lots of integer divisors including powers of 2 and 3, even 5, so they could be divided up into equal-sized portions in many different ways. But with byte addressability, the basic unit is 8 bits, and the natural machine word length (so far) is 2, 4 or 8 times this. So the only factors you have are powers of 2, which limits the ways you can divide them up.
3
-
2
-
1
-
1
-
1
-
1
-
1
-
1