Hi I was wondering whether there is a tighter bound on the time complexity in the following theorem:
$$ \mathrm{DSPACE}(f(n)) \subseteq \mathrm{DTIME}\left(2^{O(\log n+f(n))}\right). $$
In particular, when $ f(n) \ge \log n $,
$$ \mathrm{DSPACE}(f(n)) \subseteq \mathrm{DTIME}\left(2^{O(f(n))}\right). $$
Is this exponential time overhead asymptotically tight, or is a strictly better deterministic time bound known for simulating $f(n)$-space Turing machines?