|
This article has a strange take on algorithmic scaling. L1, L2, LL, MM, Disk, NetDisk ..., GalacticRAM. Wow, you actually expected traversing ‘system boundaries’ with distinct access costs and maintain theoretical scaling? An algorithm that is O(n) will be O(n) in L1, O(n) in L2, ,..., and yes O(n) in GalacticRAM. Each (sub-)system traversal is due to exceeding capacity limits. There is likely a more interesting mathematical result buried in here, since we see that a series of sub-systems with relative constant order of magnitude increases in access costs in aggregate transforms f -> f’ with this interesting n^.5 term showing up instead of the logs. |