|
|
|
|
|
by silversvrfer
3099 days ago
|
|
I would not consider in poor engineering judgement. It is a judgement yes. By using binary, you don't need conversion but lose computational power. By using ternary, you lose thru conversion but gain computational power. In the end of the day, you have to choose as a dev. So to your point, I don't consider it a red flag. You can even interpret it as "thinking outside the box". Yes ternary is more complex, that's what the devs are here for. |
|
How does that work? Isn't it being emulated on binary hardware?