Consider the class $\text{DLOGTIME}^{\text{ALL}}$: the class of problems that can be solved by a machine with unlimited computational power but only access to logarithmically many bits of the input. Which bits of the input it accesses can depend on the values of bits it has already seen, and it has random access to the input. For conciseness, let's call this language $\text{X}$.
Does this class have a name? What is known about it?
Here is what I know so far:
- It includes problems that are very undecideable – it includes padded versions of every language whatsoever!
- $\text{E}^\text{X} = \text{ALL}$ by a padding argument.
- $\text{X}$ does not contain the problem $\text{PARITY}$ (are the number of 1 bits in the input even?). As such, $\text{X}$ does not contain the regular languages.
Questions:
- Is $\text{X}$ contained in $\text{P}/\text{poly}$?
- Is $\text{X}$ contained in any other well-known complexity class?
- What else is known about $\text{X}$?