revisiting EXAPUNKS: part 2: oh god this is still the tutorial
my genuine estimation of this part is that it will exclusively be me going back to TWN 4 and trying to optimize the M register and see what I can do, but who know, maybe this will be quicker than that. RETURNING TO TWN #4 just for a quick refresher, here is what we are working with, im not gonna explain it here, but my previous post went fairly in depth with how this is solved. Also quick note on notation: X[letter] is used to reference the starting EXAs, XA, XB, XC, and so on. When an EXA makes a repl, that is denoted with [name]:[index] where index is the number of repls that EXA has made previously. Therefore, if one of your EXAs, XB, makes 2 repls, they will be called XB:0 and XB:1. This makes it easy to notate which EXAs are doing what at various points in the algorithm. my basic plan for using the M register to write faster goes pretty much as follows: XA move to outbox make a file read in from the m register to the new file will eventually ...