(no title)
hellohello2 | 27 days ago
Fundamentally, multiplication need to look at every pair of integer from the two input numbers. It must be O(n^2); N digits looking at N other digits is quadratic. Any sub-quadratic multiplication must hence necessarily lose some information.
nine_k|26 days ago
By combining many more adding units, we can do (fixed-size) multiplication in constant time, too: https://en.wikipedia.org/wiki/Dadda_multiplier
unknown|26 days ago
[deleted]
sifar|26 days ago
nullc|25 days ago
actionfromafar|27 days ago
hellohello2|27 days ago
logicchains|26 days ago
direwolf20|26 days ago
Attention also has some specific properties.
And sometimes results are just unexpected. Did you know that anything a Turing machine can do in t tome steps, a different Turing machine can do in O(sqrt(t log t)) memory cells? https://news.ycombinator.com/item?id=44055347