Forum Discussion
navercom1010
Jun 21, 2020Copper Contributor
Programming Operating System
Would it be able to perform better performance in programming if we use binary power of binary code? I am willing to share this idea to Microsoft
Reza_Ameri-Archived
Jun 21, 2020Bronze Contributor
navercom1010 I really don't get your question.
Are you planning to write code for Windows or implement your own operating system?
In order to develop an operating system many things have to put into consideration and at the end codes will be converted to 0 and 1 in down level.
Improving performance in level of 0 and 1 is subject of microprocessor and mainly people work on improving compiler and interpreter to optimize human readable language when convert to assembly and from assembly it will convert to 0 and 1.
These are issues mainly discussed in IDE and microprocessor.
Do you have any idea to improve performance of system when convert code from human readable to assembly and from assembly to 0 and 1?