A number of algorithms for computing the simulation preorder are available. The best simulation algorithms are those by Gentilini, Piazza and Poli- criti (GPP) \u2014 subsequently corrected by van Glabbeek and Ploeger \u2014 and by Ranzato and Tapparo (RT). Let \u3a3 denote the state space, -> the transition relation and Psim the partition of \u3a3 induced by simulation equivalence. The algorithm GPP attains an optimal space bound of O(|Psim|^2 + |\u3a3| log |Psim|) \u2014 where optimal means that the space complexity is of the same order as the size of the output of the algorithm \u2014 while it runs in O(|Psim|^2|->|) time. The algorithm RT has the best time bound O(|Psim||->|) while it takes O(|Psim||\u3a3| log |\u3a3|) space. We present...