Here is a great paper on comparing to silicon using far higher clock rates.
https://arxiv.org/ftp/arxiv/papers/1704/1704.04760.pdf
Now what will be interesting is this new architecture can be used for more traditional CS functions.
I love this paper from Jeff Dean on using the TPUs instead of a CPU to replace a b-tree for example.
https://research.google.com/pubs/pub46518.html
This also solves our multi-thread issue. Basically it done in a multi-thread manner from the ground up.
We get a round peg for a round hole.