Earlier quoted context omitted.
Love to see that paper; seems like nonsense to me. If someone came up with a more optimized transistor architecture than CMOS I'd love to have a look at it.
Oh! I remembered more details about it if it helps. It has to do with e being the "most efficient" numbering base. The reason e is the "most efficient" has to do with wanting to minimize both the size of the alphabet of symbols as well as the number of digits in an average computation. If you allow for a non-integer base, and a non-integer number of digits, the optimum base is e. e rounds to 3. ;-) Now, full disclosu…
However there are places where we look beyond binary; most notably in storage where data density is job one. The vast majority of FLASH is using MLC (4-values) or TLC (8-values) which need heroic circuits to recover the data. But note, these are 2^2 and 2^3, still binary based.