|
|
|
|
|
by happosai
503 days ago
|
|
Cortex a53 may be slow, but it's fast enough for very many tasks. Once you design the your data structures to fit L1/L2 caches it actually is pretty damn fast. Best part of cache aware data structure design it also makes code run faster on Out Of Order CPUS. A53 is of course slow if you use modern layer-upon-layer-ware as your architecture. But I was just really trying to point that in-order cpus are still around, they did not disappear with in-order atom. |
|