Bitbanging 1D Reversible Automata 2 years agoYes it does. Even discarding arguments that different rules in the same class are the same automaton and multiple cells are the same automaton, the article includes reversible and non-reversible automata which are distinct classes. 0ThreadHN
It's easier to 10x code performance than 2x it 2 years agoIt's definitely under rated that data locality may matter more than time or space complexity.Most software though is doing really dumb stuff on I/O, or just doing work that doesn't need to be done. 0ThreadHN